diff --git a/webpack.config.js b/webpack.config.js index 1895c1c7..b7acd99e 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -64,14 +64,12 @@ const baseConf = { export default [ Object.assign({}, baseConf, { module: { - noParse: [/\/ace-builds\//, /\/js-beautify\//], rules: [tsToEs5Loader, lessLoaderConf] }, output: Object.assign({}, output, {filename: '[name].es5.js'}) }), Object.assign({}, baseConf, { module: { - noParse: [/\/ace-builds\//, /\/js-beautify\//], rules: [tsToEs6Loader, lessLoaderConf] }, output: Object.assign({}, output)