Add system-query

This commit is contained in:
2023-09-06 13:45:25 +01:00
parent 4df6c19248
commit a0f1031b85
18 changed files with 792 additions and 12 deletions

View File

@ -115,7 +115,7 @@ const config = {
use: [MiniCssExtractPlugin.loader, require.resolve("css-loader")],
},
{
test: /\.(eot|svg|ttf|woff|woff2|png|jpg|gif|webp)$/i,
test: /\.(eot|svg|ttf|woff|woff2|png|jpg|gif|webp|wasm)$/i,
type: "asset",
},
],
@ -150,7 +150,7 @@ const config = {
extensions: ["...", ".tsx", ".ts", ".jsx", ".js"],
modules: ["...", __dirname, path.resolve(__dirname, "src")],
fallback: { crypto: false },
},
}
};
module.exports = () => config;