Fix webpack glob

This commit is contained in:
adroitwhiz 2019-04-23 13:21:40 -04:00
parent 95a3c0dc6f
commit 6c8b5bc2a9

View File

@ -51,7 +51,7 @@ module.exports = [
new CopyWebpackPlugin([
{
context: 'src/playground',
from: '*'
from: '*.+(html|css)'
}
])
])