dilanx / craco

Create React App Configuration Override, an easy and comprehensible configuration layer for Create React App.
https://craco.js.org
Apache License 2.0
7.43k stars 499 forks source link

Update webpack.md #479

Closed TerrySansom closed 1 year ago

TerrySansom commented 1 year ago

Syntax Error CopyWebpackPlugin was CopyWebpack

dilanx commented 1 year ago

Thanks for catching that. I just went ahead and made a quick edit to use CopyPlugin instead of CopyWebpackPlugin just for consistency with the other plugins used in the example. The variable names should now match, though.