fix web build

This commit is contained in:
Skillbert
2023-09-05 00:31:01 +02:00
parent cf6a5db03e
commit 0effa7943c

View File

@@ -37,6 +37,10 @@ module.exports = {
{
test: /\.jsonc?$/,
type: "asset/source"
},
{
test: /\.glsl(\.c)?$/,
type: "asset/source"
}
],
},