Skip to content

Commit 23d0a29

Browse files
committed
🔧 remove "vuex" from externals on bili configuration
1 parent 6d82306 commit 23d0a29

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bili.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,16 @@
55
module.exports = {
66
input: 'src/vue-loadable.ts',
77
banner: true,
8-
externals: ['vue', 'vuex'],
8+
externals: ['vue'],
99
output: {
1010
format: ['es', 'cjs', 'umd', 'umd-min'],
11-
moduleName: 'VueLoadable'
11+
moduleName: 'VueLoadable',
1212
},
1313
plugins: {
14-
'typescript2': {
14+
typescript2: {
1515
clean: true,
1616
verbosity: 0,
1717
useTsconfigDeclarationDir: true,
18-
}
19-
}
18+
},
19+
},
2020
};

0 commit comments

Comments
 (0)