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

View File

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