Skip to content

Commit

Permalink
Minify library bundles
Browse files Browse the repository at this point in the history
  • Loading branch information
captbaritone committed Jan 8, 2023
1 parent b5a5e0b commit cb3ee6b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/webamp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"webamp": {
"source": "js/webamp.js",
"outputFormat": "esmodule",
"isLibrary": true
"isLibrary": true,
"optimize": true
},
"webamp-browser": {
"source": "js/webampBrowser.js",
Expand All @@ -24,7 +25,8 @@
"webamp-lazy": {
"source": "js/webampLazy.tsx",
"outputFormat": "esmodule",
"isLibrary": true
"isLibrary": true,
"optimize": true
},
"demo-site": {
"source": "demo/index.html"
Expand Down

0 comments on commit cb3ee6b

Please sign in to comment.