Skip to content

Commit

Permalink
enable minification at top-level
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
chrisroos committed Jan 13, 2025
1 parent 959b6cc commit 2f1a8ab
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ module.exports = {
"web-component": path.resolve(__dirname, "./src/web-component.js"),
PyodideWorker: path.resolve(__dirname, "./src/PyodideWorker.js"),
},
optimization: {
minimize: false
},
module: {
rules: [
{
Expand Down

0 comments on commit 2f1a8ab

Please sign in to comment.