mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-21 00:59:29 +00:00
Minify library bundles
This commit is contained in:
parent
b5a5e0bb55
commit
cb3ee6ba79
1 changed files with 4 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue