Skip to content

Commit

Permalink
Update webpack.md
Browse files Browse the repository at this point in the history
Syntax Error CopyWebpackPlugin was CopyWebpack
  • Loading branch information
TerrySansom authored Dec 8, 2022
1 parent 5b592c4 commit 5ce67fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/configuration/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ An array of Webpack plugins to add: https://webpack.js.org/plugins/
You can specify whether or not each plugin is appended or prepended to the existing list of Webpack plugins. If not specified, the default is to prepend. Check out the following example:

```js title="craco.config.js"
const CopyPlugin = require('copy-webpack-plugin');
const CopyWebpackPlugin = require('copy-webpack-plugin');
const ESLintPlugin = require('eslint-webpack-plugin');
const HtmlPlugin = require('html-webpack-plugin');

Expand Down

0 comments on commit 5ce67fd

Please sign in to comment.