Skip to content

Commit

Permalink
fix: update to react-scripts-3.2.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Oct 8, 2019
1 parent de8856c commit 0f337c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config-overrides/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ function override(config, env) {
config.module.unknownContextCritical = false

config.plugins = config.plugins.filter(x => x.constructor.name !== 'HtmlWebpackPlugin')
config.plugins = config.plugins.filter(x => x.constructor.name !== 'ManifestPlugin')
/**
* @param {HtmlWebpackPlugin.Options} options
*/
Expand Down

0 comments on commit 0f337c1

Please sign in to comment.