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