Skip to content

Commit c44c626

Browse files
author
Matt Lewis
committed
chore: fix demos on windows
1 parent 69b2ff9 commit c44c626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default {
3636
test: /\.(ttf|eot|svg)(\?v=[0-9]\.[0-9]\.[0-9])?$/,
3737
loader: 'file-loader'
3838
}, {
39-
test: /demos\/.+\.(css|html)$/,
39+
test: /demos[\/\\].+\.(css|html)$/,
4040
loader: 'raw-loader'
4141
}, {
4242
test: /\.ejs$/,

0 commit comments

Comments
 (0)