Skip to content

Commit bf2a4be

Browse files
committed
exclude vue-router
1 parent 45c84d6 commit bf2a4be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish
1+
name: publish
22

33
on:
44
release:

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export default defineConfig({
1010
name: 'VueForward',
1111
},
1212
rollupOptions: {
13-
external: ['vue', 'vuex'],
13+
external: ['vue', 'vue-router', 'vuex'],
1414
output: {
1515
globals: {
1616
vue: 'Vue',

0 commit comments

Comments
 (0)