Fix webpack glob
This commit is contained in:
parent
95a3c0dc6f
commit
6c8b5bc2a9
@ -51,7 +51,7 @@ module.exports = [
|
||||
new CopyWebpackPlugin([
|
||||
{
|
||||
context: 'src/playground',
|
||||
from: '*'
|
||||
from: '*.+(html|css)'
|
||||
}
|
||||
])
|
||||
])
|
||||
|
Loading…
x
Reference in New Issue
Block a user