Update vurnulable deps
* automatic update deps * update copy-webpack-plugin to next major version * update webpack config connected with new copy-webpack-plugin API
This commit is contained in:
@@ -209,7 +209,12 @@ module.exports = () => ({
|
||||
openAnalyzer: false,
|
||||
}),
|
||||
]),
|
||||
new Copy(['./deleteme.html', './markdown-help.html']),
|
||||
new Copy({
|
||||
patterns: [
|
||||
{ from: './deleteme.html', to: 'deleteme.html' },
|
||||
{ from: './markdown-help.html', to: 'markdown-help.html' },
|
||||
],
|
||||
}),
|
||||
],
|
||||
watchOptions: {
|
||||
ignored: /(node_modules|\.vendor\.js$)/,
|
||||
|
||||
Reference in New Issue
Block a user