Skip to content

Commit

Permalink
webpack: stop producing sourcemap in node code, reducing target by 1MB
Browse files Browse the repository at this point in the history
# Conflicts:
#	configs/webpack.config.min.js
#	configs/webpack.node.config.js
  • Loading branch information
ericblade committed Sep 23, 2022
1 parent 49e4ca9 commit 51c0bd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configs/webpack.node.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ module.exports.plugins = [
ENV: require(path.join(__dirname, './env/', process.env.BUILD_ENV)),
}),
];
module.exports.devtool = undefined;
module.exports.output.path = __dirname + '/../lib';
module.exports.output.filename = 'quagga.js';

0 comments on commit 51c0bd7

Please sign in to comment.