mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-14 09:39:15 +00:00
Remove modules babelrc option
This commit is contained in:
@@ -43,7 +43,6 @@ module.exports = function(_, env) {
|
||||
|
||||
let babelRc = parseJson(readFile('.babelrc'));
|
||||
babelRc.babelrc = false;
|
||||
if (isProd) babelRc.presets[0][1].modules = false;
|
||||
|
||||
let manifest = parseJson(readFile('./src/manifest.json'));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user