File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const MiniCssExtractPlugin = require('mini-css-extract-plugin');
21
21
const OptimizeCSSAssetsPlugin = require ( 'optimize-css-assets-webpack-plugin' ) ;
22
22
const ImageMinimizerPlugin = require ( 'image-minimizer-webpack-plugin' ) ;
23
23
const safePostCssParser = require ( 'postcss-safe-parser' ) ;
24
- const ManifestPlugin = require ( 'webpack-manifest-plugin' ) ;
24
+ const { WebpackManifestPlugin } = require ( 'webpack-manifest-plugin' ) ;
25
25
const InterpolateHtmlPlugin = require ( 'react-dev-utils/InterpolateHtmlPlugin' ) ;
26
26
const WorkboxWebpackPlugin = require ( 'workbox-webpack-plugin' ) ;
27
27
const WatchMissingNodeModulesPlugin = require ( 'react-dev-utils/WatchMissingNodeModulesPlugin' ) ;
@@ -698,7 +698,7 @@ module.exports = function (webpackEnv) {
698
698
// `index.html`
699
699
// - "entrypoints" key: Array of files which are included in `index.html`,
700
700
// can be used to reconstruct the HTML if necessary
701
- new ManifestPlugin ( {
701
+ new WebpackManifestPlugin ( {
702
702
fileName : 'asset-manifest.json' ,
703
703
publicPath : paths . publicUrlOrPath ,
704
704
generate : ( seed , files , entrypoints ) => {
Original file line number Diff line number Diff line change 90
90
"url-loader" : " 4.1.1" ,
91
91
"webpack" : " 4.44.2" ,
92
92
"webpack-dev-server" : " 3.11.1" ,
93
- "webpack-manifest-plugin" : " 2.2 .0" ,
93
+ "webpack-manifest-plugin" : " 3.0 .0" ,
94
94
"workbox-webpack-plugin" : " 5.1.4"
95
95
},
96
96
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments