mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-02 13:43:06 +00:00
imporve wasm test
This commit is contained in:
parent
3bcd8a4cba
commit
b3d6ca001d
@ -23,7 +23,10 @@ module.exports = function (config) {
|
||||
webpack: {
|
||||
mode: "development",
|
||||
module: {
|
||||
rules: [{ test: /\.([cm]?ts|tsx)$/, loader: "ts-loader" }]
|
||||
rules: [{
|
||||
test: /\.wasm$/,
|
||||
type: "asset/resource",
|
||||
}, { test: /\.([cm]?ts|tsx)$/, loader: "ts-loader" }]
|
||||
},
|
||||
plugins: [
|
||||
new webpack.DefinePlugin({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user