diff --git a/webpack.conf.js b/webpack.conf.js index 632c33e..69660c8 100644 --- a/webpack.conf.js +++ b/webpack.conf.js @@ -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" }) ],