Revert "Use absolute path in CopyPlugin config"
This reverts commit 8d2cd24044.
This commit is contained in:
+1
-1
@@ -48,7 +48,7 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
{
|
||||
from: __dirname + '/*.*',
|
||||
from: '*.*',
|
||||
globOptions: {
|
||||
ignore: ['**.js', '**.html']
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user