Revert "Use absolute path in CopyPlugin config"

This reverts commit 8d2cd24044.
This commit is contained in:
Dmitry Lyzo 2021-03-06 12:51:55 +03:00
parent ce95dced1d
commit f39e23c825

View file

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