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:
Pavel Mineev
2020-08-20 03:58:04 -05:00
committed by Umputun
parent a59be983f2
commit c9800a3799
3 changed files with 499 additions and 50 deletions
+6 -1
View File
@@ -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$)/,