Skip to content

Commit 39a689e

Browse files
committed
fix(core): utilize "webpackJsonpFirebase" for Webpack JSONP output func
ISSUES CLOSED: #42
1 parent 8a90518 commit 39a689e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gulp/tasks/build.js

Lines changed: 2 additions & 1 deletion
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)