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 @@ -20,7 +20,7 @@ const TerserPlugin = require('terser-webpack-plugin');
2020const MiniCssExtractPlugin = require ( 'mini-css-extract-plugin' ) ;
2121const OptimizeCSSAssetsPlugin = require ( 'optimize-css-assets-webpack-plugin' ) ;
2222const safePostCssParser = require ( 'postcss-safe-parser' ) ;
23- const ManifestPlugin = require ( 'webpack-manifest-plugin' ) ;
23+ const { WebpackManifestPlugin } = require ( 'webpack-manifest-plugin' ) ;
2424const InterpolateHtmlPlugin = require ( 'react-dev-utils/InterpolateHtmlPlugin' ) ;
2525const WorkboxWebpackPlugin = require ( 'workbox-webpack-plugin' ) ;
2626const WatchMissingNodeModulesPlugin = require ( 'react-dev-utils/WatchMissingNodeModulesPlugin' ) ;
@@ -687,7 +687,7 @@ module.exports = function (webpackEnv) {
687687 // `index.html`
688688 // - "entrypoints" key: Array of files which are included in `index.html`,
689689 // can be used to reconstruct the HTML if necessary
690- new ManifestPlugin ( {
690+ new WebpackManifestPlugin ( {
691691 fileName : 'asset-manifest.json' ,
692692 publicPath : paths . publicUrlOrPath ,
693693 generate : ( seed , files , entrypoints ) => {
Original file line number Diff line number Diff line change 8585 "url-loader" : " 4.1.1" ,
8686 "webpack" : " 4.44.2" ,
8787 "webpack-dev-server" : " 3.11.1" ,
88- "webpack-manifest-plugin" : " 2.2 .0" ,
88+ "webpack-manifest-plugin" : " 3.0 .0" ,
8989 "workbox-webpack-plugin" : " 5.1.4"
9090 },
9191 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments