Skip to content

Commit

Permalink
fix: cleanup webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
lingdao.lzq committed Mar 19, 2020
1 parent de00b7b commit a48a7dd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ module.exports = {
new webpack.optimize.AggressiveMergingPlugin(),
...(process.env.MODE === 'ANALYZER' ? [new BundleAnalyzerPlugin({ analyzerMode: 'static' })] : []),
],
externals: {
moment: 'moment',
'../moment': 'moment',
},
performance: {
hints: false,
},
Expand Down

0 comments on commit a48a7dd

Please # to comment.