Skip to content

Commit

Permalink
Merge pull request #456 from ericblade/dev
Browse files Browse the repository at this point in the history
webpack: stop producing sourcemap in node code, reducing target by 1MB
  • Loading branch information
ericblade authored Sep 23, 2022
2 parents 49e4ca9 + 51c0bd7 commit f692ad9
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 f692ad9

Please sign in to comment.