Skip to content

Commit

Permalink
Remove references to exports-loader
Browse files Browse the repository at this point in the history
  • Loading branch information
rhystmills committed Oct 23, 2023
1 parent 103a9c2 commit e2f8033
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
6 changes: 1 addition & 5 deletions conf/webpack-devserver.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ module.exports = {

plugins: [
new webpack.HotModuleReplacementPlugin(),
new webpack.NamedModulesPlugin(),
new webpack.ProvidePlugin({
'Promise': 'es6-promise',
'fetch': 'imports-loader?this=>global!exports-loader?global.fetch!whatwg-fetch'
})
new webpack.NamedModulesPlugin()
]
};
4 changes: 0 additions & 4 deletions conf/webpack.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,6 @@ module.exports = {
plugins: [
new MiniCssExtractPlugin({
filename: 'main.css',
}),
new webpack.ProvidePlugin({
'Promise': 'es6-promise',
'fetch': 'imports-loader?this=>global!exports-loader?global.fetch!whatwg-fetch'
})
]
};

0 comments on commit e2f8033

Please sign in to comment.