Skip to content

Commit 45624b4

Browse files
authored
fix(core): utilize "webpackJsonpFirebase" for Webpack JSONP output func (#43)
ISSUES CLOSED: #42
1 parent cb46f75 commit 45624b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulp/tasks/build.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,8 @@ function compileIndvES2015ModulesToBrowser() {
138138
},
139139
output: {
140140
path: path.resolve(__dirname, './dist/browser'),
141-
filename: '[name].js'
141+
filename: '[name].js',
142+
jsonpFunction: 'webpackJsonpFirebase'
142143
},
143144
module: {
144145
rules: [{

0 commit comments

Comments
 (0)