Use absolute path in CopyPlugin config

Fixes #2465
This commit is contained in:
eudes
2021-02-28 19:57:15 +00:00
committed by GitHub
parent 36f5bb7405
commit 8d2cd24044
+1 -1
View File
@@ -48,7 +48,7 @@ module.exports = {
}
},
{
from: '*.*',
from: __dirname + '/*.*',
globOptions: {
ignore: ['**.js', '**.html']
}