Merge pull request #2466 from eudes/patch-1

Use absolute path in CopyPlugin config
This commit is contained in:
dkanada 2021-03-04 17:06:11 +09:00 committed by GitHub
commit 13669af542
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']
}