diff --git a/webpack.config.js b/webpack.config.js index bd15c3a..22b17f1 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -24,7 +24,7 @@ module.exports = { new UglifyJsPlugin({ sourceMap: true, include: /\.min\.js$/, - }) + }), ], output: { path: path.resolve(__dirname, 'dist/_bundles'),