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 67f406e commit 0876f2bCopy full SHA for 0876f2b
src/index.js
@@ -1,13 +1,15 @@
1
import { installFactory } from './utils/plugins'
2
-import { componentsPlugin } from './components/index'
3
-import { directivesPlugin } from './directives/index'
+import { componentsPlugin } from './components/index.esm'
+import { directivesPlugin } from './directives/index.esm'
4
import BVConfigPlugin from './bv-config'
5
6
const NAME = 'BootstrapVue'
7
8
+// TEMP to help resolve conflicts
9
// Named exports of all components and component group plugins
10
export * from './components/index.esm'
11
12
13
// Named exports of all directives and directive group plugins
14
export * from './directives/index.esm'
15
0 commit comments