Skip to content

Commit

Permalink
fix: remove webpack noParse configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
nattallius committed Jul 30, 2021
1 parent 361cfa9 commit ce0dc38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ce0dc38

Please sign in to comment.