Update exports loader to Webpack 3 syntax

Closes #67.
This commit is contained in:
Shawn Erquhart 2018-02-25 07:48:01 -05:00
parent 3668131f2e
commit 30d5c4942d
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ export default {
plugins: [
new webpack.ProvidePlugin({
"fetch": "imports-loader?this=>global!exports?global.fetch!whatwg-fetch"
"fetch": "imports-loader?this=>global!exports-loader?global.fetch!whatwg-fetch"
})
],