Skip to content

Commit 6c8b5bc

Browse files
committed
Fix webpack glob
1 parent 95a3c0d commit 6c8b5bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = [
5151
new CopyWebpackPlugin([
5252
{
5353
context: 'src/playground',
54-
from: '*'
54+
from: '*.+(html|css)'
5555
}
5656
])
5757
])

0 commit comments

Comments
 (0)