mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-04 22:58:29 +08:00
5 lines
96 B
JavaScript
5 lines
96 B
JavaScript
config.module.rules.push({
|
|
test: /\.(gif|jpg|png|svg|ttf)$/,
|
|
loader: "file-loader",
|
|
});
|