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 0a8370a commit 23e8c99Copy full SHA for 23e8c99
scratch/webpack.config.js
@@ -9,6 +9,9 @@ const config = {
9
output: {
10
path: path.resolve(__dirname, "dist"),
11
},
12
+ optimization: {
13
+ minimize: false
14
+ },
15
plugins: [
16
// Add your plugins here
17
// Learn more about plugins from https://webpack.js.org/configuration/plugins/
0 commit comments