File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 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');
2121const OptimizeCSSAssetsPlugin = require ( 'optimize-css-assets-webpack-plugin' ) ;
2222const ImageMinimizerPlugin = require ( 'image-minimizer-webpack-plugin' ) ;
2323const safePostCssParser = require ( 'postcss-safe-parser' ) ;
24- const ManifestPlugin = require ( 'webpack-manifest-plugin' ) ;
24+ const { WebpackManifestPlugin } = require ( 'webpack-manifest-plugin' ) ;
2525const InterpolateHtmlPlugin = require ( 'react-dev-utils/InterpolateHtmlPlugin' ) ;
2626const WorkboxWebpackPlugin = require ( 'workbox-webpack-plugin' ) ;
2727const WatchMissingNodeModulesPlugin = require ( 'react-dev-utils/WatchMissingNodeModulesPlugin' ) ;
@@ -698,7 +698,7 @@ module.exports = function (webpackEnv) {
698698 // `index.html`
699699 // - "entrypoints" key: Array of files which are included in `index.html`,
700700 // can be used to reconstruct the HTML if necessary
701- new ManifestPlugin ( {
701+ new WebpackManifestPlugin ( {
702702 fileName : 'asset-manifest.json' ,
703703 publicPath : paths . publicUrlOrPath ,
704704 generate : ( seed , files , entrypoints ) => {
Original file line number Diff line number Diff line change 9090 "url-loader" : " 4.1.1" ,
9191 "webpack" : " 4.44.2" ,
9292 "webpack-dev-server" : " 3.11.1" ,
93- "webpack-manifest-plugin" : " 2.2 .0" ,
93+ "webpack-manifest-plugin" : " 3.0 .0" ,
9494 "workbox-webpack-plugin" : " 5.1.4"
9595 },
9696 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments