Conversation
I had to add the CleanWebpackPlugin and the HtmlWebpackPlugin in the webpack.config.js file in order to get the same results that were shown in the example after the npm run build command was ran. These two plugins were not present in the Code Splitting subsection of the Guides section.
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/webpack-docs/webpack-js-org/9c0mcdkxb |
|
I think the situation here is a little complex. That I have a plan to refactor the guides so they're not deeply coupled. Hope it can save us from those problems in future. |
|
Thank you for your help. I will keep this in mind when going through other guides in the future. |
I had to add the CleanWebpackPlugin and the HtmlWebpackPlugin in the webpack.config.js file in order to get the same results that were shown in the example after the npm run build command was ran. These two plugins were not present in the Code Splitting subsection of the Guides section.
describe your changes...