Skip to content

Commit

Permalink
fix(core): utilize "webpackJsonpFirebase" for Webpack JSONP output fu…
Browse files Browse the repository at this point in the history
…nc (#43)

ISSUES CLOSED: #42
  • Loading branch information
jshcrowthe authored Jun 7, 2017
1 parent cb46f75 commit 45624b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gulp/tasks/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,8 @@ function compileIndvES2015ModulesToBrowser() {
},
output: {
path: path.resolve(__dirname, './dist/browser'),
filename: '[name].js'
filename: '[name].js',
jsonpFunction: 'webpackJsonpFirebase'
},
module: {
rules: [{
Expand Down

0 comments on commit 45624b4

Please sign in to comment.