We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0a184c commit 12f792fCopy full SHA for 12f792f
webpack/webpack.config.js
@@ -72,6 +72,8 @@ module.exports = () => {
72
);
73
}
74
75
+ config.devtool = false; // No source maps.
76
+
77
//console.log(JSON.stringify(config, null, 4));
78
79
return config;
0 commit comments