Minify library bundles

This commit is contained in:
Jordan Eldredge 2023-01-08 13:41:42 -08:00
parent b5a5e0bb55
commit cb3ee6ba79

View file

@ -15,7 +15,8 @@
"webamp": {
"source": "js/webamp.js",
"outputFormat": "esmodule",
"isLibrary": true
"isLibrary": true,
"optimize": true
},
"webamp-browser": {
"source": "js/webampBrowser.js",
@ -24,7 +25,8 @@
"webamp-lazy": {
"source": "js/webampLazy.tsx",
"outputFormat": "esmodule",
"isLibrary": true
"isLibrary": true,
"optimize": true
},
"demo-site": {
"source": "demo/index.html"