Fix webpack globbing in hidden folder
This commit is contained in:
@@ -44,12 +44,14 @@ module.exports = {
|
||||
{
|
||||
from: 'assets/**',
|
||||
globOptions: {
|
||||
dot: true,
|
||||
ignore: ['**/css/*']
|
||||
}
|
||||
},
|
||||
{
|
||||
from: '*.*',
|
||||
globOptions: {
|
||||
dot: true,
|
||||
ignore: ['**.js', '**.html']
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user