Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Aug 19, 2024
1 parent 6f256b2 commit f63ffee
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/src/www/webpack_test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ export default merge(baseConfig, {
test: /\.png$/,
use: ['file-loader'],
},
{
test: /\.txt$/i,
loader: 'raw-loader',
},
],
},
});

0 comments on commit f63ffee

Please sign in to comment.