Skip to content

Commit

Permalink
Fix running the demo on Windows
Browse files Browse the repository at this point in the history
Closes #333
  • Loading branch information
remcohaszing committed Sep 7, 2023
1 parent 868a945 commit 4dbf0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const config = {
type: 'asset/resource'
},
{
test: /\/fixtures\/demo\//,
test: /[\\/]fixtures[\\/]demo[\\/]/,
type: 'asset/source'
},
{
Expand Down

0 comments on commit 4dbf0ec

Please sign in to comment.