Skip to content

Commit 2421f01

Browse files
committed
fix: Configure rollup packaging to exclude vue
1 parent b20306e commit 2421f01

File tree

4 files changed

+5
-16
lines changed

4 files changed

+5
-16
lines changed

lib/index.js

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.module.js

Lines changed: 1 addition & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuejs-loadmore",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "A pull-down refresh and pull-up loadmore scroll component for Vue.js",
55
"entry": "packages/index.js",
66
"main": "lib/index.js",

rollup.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,6 @@ export default {
5959
}
6060
}
6161
],
62-
plugins: getPlugins()
62+
plugins: getPlugins(),
63+
external: ['vue']
6364
};

0 commit comments

Comments
 (0)