Skip to content
Snippets Groups Projects
Commit c865538c authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

chore: Disable CSS build errors temporarily.

parent 182df178
No related branches found
No related tags found
No related merge requests found
......@@ -8,8 +8,8 @@ const compileCSS = require('react-with-styles-interface-css-compiler');
const registerMaxSpecificity = require('react-with-styles-interface-css/dist/utils/registerMaxSpecificity').default;
const registerCSSInterfaceWithDefaultTheme = require('../src/utils/registerCSSInterfaceWithDefaultTheme').default;
console.error = msg => { throw new SyntaxError(msg); };
console.warn = msg => { throw new SyntaxError(msg); };
// console.error = msg => { throw new SyntaxError(msg); };
// console.warn = msg => { throw new SyntaxError(msg); };
const args = process.argv.slice(2);
const optimizeForProduction = args.includes('-o') || args.includes('--optimize');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment