From: Thorsten Lünborg Date: Sun, 7 Feb 2021 13:40:14 +0000 (+0100) Subject: fix(compiler-dom): ensure global build filename matches the one defined in package... X-Git-Tag: v3.0.6~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96b64335242a99432080aeb879e5c0787207a0de;p=thirdparty%2Fvuejs%2Fcore.git fix(compiler-dom): ensure global build filename matches the one defined in package.json (close #3181) (#3185) Co-authored-by: Thorsten Luenborg --- diff --git a/packages/compiler-dom/package.json b/packages/compiler-dom/package.json index 49f0ed2021..da5782200c 100644 --- a/packages/compiler-dom/package.json +++ b/packages/compiler-dom/package.json @@ -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"