diff options
Diffstat (limited to 'webpack.prod.js')
-rw-r--r-- | webpack.prod.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webpack.prod.js b/webpack.prod.js index 9a2477e7d70..69964a32b0f 100644 --- a/webpack.prod.js +++ b/webpack.prod.js @@ -1,6 +1,6 @@ const { merge } = require('webpack-merge') const common = require('./webpack.common.js') -const TerserPlugin = require('terser-webpack-plugin'); +const TerserPlugin = require('terser-webpack-plugin') module.exports = common.map( config => merge(config, { |