fix(compiler-dom): ensure global build filename matches the one defined in package.json (close #3181) (#3185)
Co-authored-by: Thorsten Luenborg <t.luneborg@googlemail.com>
This commit is contained in:
parent
f43a3b0beb
commit
96b6433524
@ -5,8 +5,8 @@
|
||||
"main": "index.js",
|
||||
"module": "dist/compiler-dom.esm-bundler.js",
|
||||
"types": "dist/compiler-dom.d.ts",
|
||||
"unpkg": "dist/compiler-dom/global.js",
|
||||
"jsdelivr": "dist/compiler-dom/global.js",
|
||||
"unpkg": "dist/compiler-dom/compiler-dom.global.js",
|
||||
"jsdelivr": "dist/compiler-dom/compiler-dom.global.js",
|
||||
"files": [
|
||||
"index.js",
|
||||
"dist"
|
||||
|
Loading…
Reference in New Issue
Block a user