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