Skip to content

Commit

Permalink
update raw-loader for wombat.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ikreymer committed Sep 3, 2024
1 parent e0299ac commit 9bbcde6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = {
onlyCompileBundledFiles: false,
},
}, {
test: /(dist\/wombat.js|src\/wombatWorkers.js)$/i,
test: /(wombat.txt|wombatWorkers.txt)$/i,
use: "raw-loader",
}
]
Expand Down

0 comments on commit 9bbcde6

Please sign in to comment.