From 8d2cd24044088a95020ae61920049b0bc685259d Mon Sep 17 00:00:00 2001 From: eudes Date: Sun, 28 Feb 2021 19:57:15 +0000 Subject: [PATCH] Use absolute path in CopyPlugin config Fixes #2465 --- webpack.common.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.common.js b/webpack.common.js index 2562cc9f10..8d655a6422 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -48,7 +48,7 @@ module.exports = { } }, { - from: '*.*', + from: __dirname + '/*.*', globOptions: { ignore: ['**.js', '**.html'] }