Skip to content

Commit

Permalink
fix file name bug cross platform :)
Browse files Browse the repository at this point in the history
  • Loading branch information
dmca-glasgow committed Apr 29, 2022
1 parent afddc74 commit 1ad7417
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export default {
]
},
{
test: /assets/,
test: /[\\\/]+assets[\\\/]+/,
use: 'raw-loader',
},
// {
Expand Down

0 comments on commit 1ad7417

Please sign in to comment.