We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 588693c commit 358ac3aCopy full SHA for 358ac3a
1 file changed
webpack.config.js
@@ -24,7 +24,7 @@ module.exports = {
24
new UglifyJsPlugin({
25
sourceMap: true,
26
include: /\.min\.js$/,
27
- })
+ }),
28
],
29
output: {
30
path: path.resolve(__dirname, 'dist/_bundles'),
0 commit comments