Skip to content

Commit 0876f2b

Browse files
authored
Temp to get around merge conflicts
1 parent 67f406e commit 0876f2b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/index.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
import { installFactory } from './utils/plugins'
2-
import { componentsPlugin } from './components/index'
3-
import { directivesPlugin } from './directives/index'
2+
import { componentsPlugin } from './components/index.esm'
3+
import { directivesPlugin } from './directives/index.esm'
44
import BVConfigPlugin from './bv-config'
55

66
const NAME = 'BootstrapVue'
77

8+
// TEMP to help resolve conflicts
89
// Named exports of all components and component group plugins
910
export * from './components/index.esm'
1011

12+
// TEMP to help resolve conflicts
1113
// Named exports of all directives and directive group plugins
1214
export * from './directives/index.esm'
1315

0 commit comments

Comments
 (0)