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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ module.exports = {
}
},
{
from: '*.*',
from: __dirname + '/*.*',
globOptions: {
ignore: ['**.js', '**.html']
}