Skip to content

Commit 277115b

Browse files
Silence rollup warning
1 parent 1ed15e6 commit 277115b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build/rollup.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ function outputConfig(suffix, format, opts = {}) {
2020
{
2121
file: resolve(`./dist/ionic-vue${suffix}.js`),
2222
name: 'IonicVue',
23+
exports: 'named',
2324
sourcemap: true,
2425
format,
2526
banner,

0 commit comments

Comments
 (0)