Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
milankomaj authored Oct 2, 2023
1 parent 4766915 commit 3367966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ console.log("👉 MODE:", `\x1b[33m ${mode} \x1b[0m`);
if (mode === "production") {
//console.log = function () { };
module.exports = {
stats: 'minimal',
stats: 'errors-warnings',
mode: 'production',
entry: './index.js',
target: ["webworker", "es2021"],
Expand Down

0 comments on commit 3367966

Please sign in to comment.