Skip to content

Commit 11c4bd2

Browse files
committed
build: use auto for exports
now we don't need to write Vuefire.default in the browser build BREAKING CHANGE: when using the umd build, do `Vue.use(Vuefire)` instead of `Vue.use(Vuefire.default)`
1 parent 5e5f09f commit 11c4bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const banner =
2525

2626
const bundleOptions = {
2727
banner,
28-
exports: 'named',
28+
exports: 'auto',
2929
format: 'umd',
3030
name: moduleName,
3131
}

0 commit comments

Comments
 (0)