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 @@ -20,7 +20,7 @@ const TerserPlugin = require('terser-webpack-plugin');
20
20
const MiniCssExtractPlugin = require ( 'mini-css-extract-plugin' ) ;
21
21
const OptimizeCSSAssetsPlugin = require ( 'optimize-css-assets-webpack-plugin' ) ;
22
22
const safePostCssParser = require ( 'postcss-safe-parser' ) ;
23
- const ManifestPlugin = require ( 'webpack-manifest-plugin' ) ;
23
+ const { WebpackManifestPlugin } = require ( 'webpack-manifest-plugin' ) ;
24
24
const InterpolateHtmlPlugin = require ( 'react-dev-utils/InterpolateHtmlPlugin' ) ;
25
25
const WorkboxWebpackPlugin = require ( 'workbox-webpack-plugin' ) ;
26
26
const WatchMissingNodeModulesPlugin = require ( 'react-dev-utils/WatchMissingNodeModulesPlugin' ) ;
@@ -687,7 +687,7 @@ module.exports = function (webpackEnv) {
687
687
// `index.html`
688
688
// - "entrypoints" key: Array of files which are included in `index.html`,
689
689
// can be used to reconstruct the HTML if necessary
690
- new ManifestPlugin ( {
690
+ new WebpackManifestPlugin ( {
691
691
fileName : 'asset-manifest.json' ,
692
692
publicPath : paths . publicUrlOrPath ,
693
693
generate : ( seed , files , entrypoints ) => {
Original file line number Diff line number Diff line change 85
85
"url-loader" : " 4.1.1" ,
86
86
"webpack" : " 4.44.2" ,
87
87
"webpack-dev-server" : " 3.11.1" ,
88
- "webpack-manifest-plugin" : " 2.2 .0" ,
88
+ "webpack-manifest-plugin" : " 3.0 .0" ,
89
89
"workbox-webpack-plugin" : " 5.1.4"
90
90
},
91
91
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments