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' ) ;
@@ -689,7 +689,7 @@ module.exports = function (webpackEnv) {
689
689
// `index.html`
690
690
// - "entrypoints" key: Array of files which are included in `index.html`,
691
691
// can be used to reconstruct the HTML if necessary
692
- new ManifestPlugin ( {
692
+ new WebpackManifestPlugin ( {
693
693
fileName : 'asset-manifest.json' ,
694
694
publicPath : paths . publicUrlOrPath ,
695
695
generate : ( seed , files , entrypoints ) => {
Original file line number Diff line number Diff line change 86
86
"url-loader" : " 4.1.1" ,
87
87
"webpack" : " 4.44.2" ,
88
88
"webpack-dev-server" : " 3.11.1" ,
89
- "webpack-manifest-plugin" : " 2.2 .0" ,
89
+ "webpack-manifest-plugin" : " 3.0 .0" ,
90
90
"workbox-webpack-plugin" : " 5.1.4"
91
91
},
92
92
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments