Skip to content

Commit

Permalink
fix(razzle): update manifest plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
fivethreeo committed May 12, 2021
1 parent 180e58e commit 2d743ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/razzle/config/createConfigAsync.js
Expand Up @@ -14,7 +14,7 @@ const getClientEnv = require('./env').getClientEnv;
const ReactRefreshWebpackPlugin = require('@pmmmwh/react-refresh-webpack-plugin');
const errorOverlayMiddleware = require('react-dev-utils/errorOverlayMiddleware');
const WebpackBar = require('webpackbar');
const ManifestPlugin = require('webpack-manifest-plugin');
const ManifestPlugin = require('webpack-manifest-plugin').WebpackManifestPlugin;
const CopyPlugin = require('copy-webpack-plugin');
const PnpWebpackPlugin = require('pnp-webpack-plugin');
const modules = require('./modules');
Expand Down
2 changes: 1 addition & 1 deletion packages/razzle/package.json
Expand Up @@ -58,7 +58,7 @@
"terser-webpack-plugin": "^2.3.5",
"tiny-async-pool": "^1.1.0",
"url-loader": "^2.3.0",
"webpack-manifest-plugin": "^3.0.0-rc.0",
"webpack-manifest-plugin": "^3.1.1",
"webpackbar": "~4||~5"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Expand Up @@ -16467,7 +16467,7 @@ webpack-log@^2.0.0:
ansi-colors "^3.0.0"
uuid "^3.3.2"

webpack-manifest-plugin@^3.0.0-rc.0:
webpack-manifest-plugin@^3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/webpack-manifest-plugin/-/webpack-manifest-plugin-3.1.1.tgz#d4c57ef70e0641f754dd005cb5ba7ca5601ac9d3"
integrity sha512-r3vL8BBNVtyeNbaFwDQoOWqBd0Gp/Tbzo8Q3YGZDV+IG77gsB9VZry5XKKbfFNFHSmwW+f1z4/w2XPt6wBZJYg==
Expand Down

1 comment on commit 2d743ec

@vercel
Copy link

@vercel vercel bot commented on 2d743ec May 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.