We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a152f89 commit 1a93475Copy full SHA for 1a93475
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "bootstrap-vue-wrapper",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"description": "Bootstrap 5 components in Vue3 wrapper.",
5
"main": "./dist/bootstrap-vue-wrapper.umd.js",
6
"module": "./dist/bootstrap-vue-wrapper.mjs",
vite.config.ts
@@ -14,7 +14,15 @@ export default defineConfig({
14
fileName: 'bootstrap-vue-wrapper',
15
},
16
rollupOptions: {
17
- external: ['vue', 'bootstrap'],
+ external: [
18
+ 'vue',
19
+ 'vue-i18n',
20
+ 'vue-router',
21
+ 'bootstrap',
22
+ 'bootstrap-icons',
23
+ 'sass',
24
+ '@popperjs/core',
25
+ ],
26
output: {
27
globals: {
28
vue: 'Vue',
0 commit comments