Merge pull request #2466 from eudes/patch-1
Use absolute path in CopyPlugin config
This commit is contained in:
commit
13669af542
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
{
|
||||
from: '*.*',
|
||||
from: __dirname + '/*.*',
|
||||
globOptions: {
|
||||
ignore: ['**.js', '**.html']
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue