mirror of
https://github.com/captbaritone/webamp
synced 2024-11-21 23:32:16 +00:00
Try esmodule
This commit is contained in:
parent
8a3f464040
commit
dc644ad3be
@ -13,22 +13,26 @@
|
||||
"targets": {
|
||||
"webamp-browser": {
|
||||
"source": "js/webamp.ts",
|
||||
"outputFormat": "global",
|
||||
"outputFormat": "esmodule",
|
||||
"isLibrary": true,
|
||||
"optimize": false
|
||||
},
|
||||
"webamp-browser-min": {
|
||||
"source": "js/webamp.ts",
|
||||
"outputFormat": "global",
|
||||
"outputFormat": "esmodule",
|
||||
"isLibrary": true,
|
||||
"optimize": true
|
||||
},
|
||||
"webamp-lazy-browser": {
|
||||
"source": "js/webampLazy.tsx",
|
||||
"outputFormat": "global",
|
||||
"outputFormat": "esmodule",
|
||||
"isLibrary": true,
|
||||
"optimize": false
|
||||
},
|
||||
"webamp-lazy-browser-min": {
|
||||
"source": "js/webampLazy.tsx",
|
||||
"outputFormat": "global",
|
||||
"outputFormat": "esmodule",
|
||||
"isLibrary": true,
|
||||
"optimize": true
|
||||
},
|
||||
"demo-site": {
|
||||
|
Loading…
Reference in New Issue
Block a user