Skip to content

Commit a30724f

Browse files
committed
updated build package
1 parent 3849f05 commit a30724f

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"eslint-plugin-vue": "^7.18.0",
6565
"jest": "^27.2.0",
6666
"prettier-config-vuepress": "^1.4.0",
67-
"rollup": "^2.56.3",
67+
"rollup": "^2.79.0",
6868
"rollup-plugin-filesize": "^9.1.1",
6969
"rollup-plugin-vue": "^6.0.0",
7070
"vite-plugin-windicss": "^1.8.1",

rollup.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ const banner = `/**
1010

1111
export default {
1212
input: 'src/index.js',
13+
external: ['vue'],
1314
output: [
1415
{
1516
file: pkg.main,

yarn.lock

+8-1
Original file line numberDiff line numberDiff line change
@@ -11520,13 +11520,20 @@ rollup-pluginutils@^2.8.2:
1152011520
dependencies:
1152111521
estree-walker "^0.6.1"
1152211522

11523-
rollup@^2.56.3, rollup@^2.59.0, rollup@^2.66.0:
11523+
rollup@^2.59.0, rollup@^2.66.0:
1152411524
version "2.68.0"
1152511525
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.68.0.tgz#6ccabfd649447f8f21d62bf41662e5caece3bd66"
1152611526
integrity sha512-XrMKOYK7oQcTio4wyTz466mucnd8LzkiZLozZ4Rz0zQD+HeX4nUK4B8GrTX/2EvN2/vBF/i2WnaXboPxo0JylA==
1152711527
optionalDependencies:
1152811528
fsevents "~2.3.2"
1152911529

11530+
rollup@^2.79.0:
11531+
version "2.79.0"
11532+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.79.0.tgz#9177992c9f09eb58c5e56cbfa641607a12b57ce2"
11533+
integrity sha512-x4KsrCgwQ7ZJPcFA/SUu6QVcYlO7uRLfLAy0DSA4NS2eG8japdbpM50ToH7z4iObodRYOJ0soneF0iaQRJ6zhA==
11534+
optionalDependencies:
11535+
fsevents "~2.3.2"
11536+
1153011537
rss-parser@^3.8.0:
1153111538
version "3.12.0"
1153211539
resolved "https://registry.yarnpkg.com/rss-parser/-/rss-parser-3.12.0.tgz#b8888699ea46304a74363fbd8144671b2997984c"

0 commit comments

Comments
 (0)