chore(deps): update dependency copy-webpack-plugin to v6 (#4051)

This commit is contained in:
renovate[bot]
2020-07-22 15:24:41 +03:00
committed by GitHub
parent 3640e2692e
commit 25c436e91f
3 changed files with 187 additions and 41 deletions

View File

@ -26,7 +26,7 @@ const baseConfig = {
messages: [`Netlify CMS is now running at http://localhost:${devServerPort}`],
},
}),
new CopyWebpackPlugin([{ from: './shims/cms.css', to: './' }]),
new CopyWebpackPlugin({ patterns: [{ from: './shims/cms.css', to: './' }] }),
],
devServer: {
contentBase: '../../dev-test',