Skip to content

Commit

Permalink
webpack externals conf
Browse files Browse the repository at this point in the history
  • Loading branch information
SmilingXinyi committed May 1, 2019
1 parent 1a0ef18 commit 35ceb62
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,8 @@ module.exports = {
loader: 'babel-loader'
}
]
},
externals: {
'whatwg-fetch': 'whatwg-fetch'
}
}

0 comments on commit 35ceb62

Please sign in to comment.