Skip to content

Commit

Permalink
keep WebpackManifestPlugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hasanayan committed Jun 19, 2021
1 parent b9feb0d commit 51be986
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ module.exports = {

cracoConfig.webpack.plugins.remove = [
...(cracoConfig.webpack.plugins.remove || []),
"WebpackManifestPlugin",
removeWatchMissingNodeModulesPlugin && "WatchMissingNodeModulesPlugin",
].filter(Boolean);

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "craco-module-federation",
"version": "1.0.3",
"version": "1.0.4",
"description": "Enable Module Federation your CRA project without ejecting or losing update support of react-scripts",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 51be986

Please sign in to comment.