mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-23 10:15:31 +00:00
Fixes for webamp package
This commit is contained in:
parent
66fb476f36
commit
8083662f0d
2 changed files with 5 additions and 3 deletions
|
|
@ -4,7 +4,9 @@
|
|||
"description": "Winamp 2 implemented in HTML5 and JavaScript",
|
||||
"files": [
|
||||
"built",
|
||||
"!built/types/demo"
|
||||
"!built/types/demo",
|
||||
"!built/*.html",
|
||||
"!built/tsBuilt"
|
||||
],
|
||||
"types": "built/types/js/webamp.d.ts",
|
||||
"browser": "built/webamp.bundle.min.js",
|
||||
|
|
@ -23,7 +25,7 @@
|
|||
},
|
||||
"./lazy": {
|
||||
"require": "./built/webamp.lazy-bundle.js",
|
||||
"import": "./built/webamp.lazy-bundle.mjs",
|
||||
"import": "./built/webamp.lazy-bundle.min.mjs",
|
||||
"types": "./built/types/js/webampLazy.d.ts"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -61,7 +61,7 @@ const BUNDLES = [
|
|||
input: "js/webamp.ts",
|
||||
minify: true,
|
||||
output: {
|
||||
file: "built/webamp.bundle.mjs",
|
||||
file: "built/webamp.bundle.min.mjs",
|
||||
format: "module",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue