Skip to content

Commit 2f1a8ab

Browse files
committed
enable minification at top-level
we appear to need to disable minification in both ./scratch and this top-level in order to have the code in production not be minified.
1 parent 959b6cc commit 2f1a8ab

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

webpack.config.js

-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ module.exports = {
1414
"web-component": path.resolve(__dirname, "./src/web-component.js"),
1515
PyodideWorker: path.resolve(__dirname, "./src/PyodideWorker.js"),
1616
},
17-
optimization: {
18-
minimize: false
19-
},
2017
module: {
2118
rules: [
2219
{

0 commit comments

Comments
 (0)