This commit is contained in:
2023-09-12 15:02:16 +01:00
parent f42096fa64
commit 9e2453444d
74 changed files with 776 additions and 728 deletions

View File

@ -19,7 +19,7 @@ const config = {
import: require.resolve("@snort/system/dist/pow-worker.js"),
filename: "pow.js",
},
bench: "./src/benchmarks.ts"
bench: "./src/benchmarks.ts",
},
target: "browserslist",
mode: isProduction ? "production" : "development",
@ -156,7 +156,7 @@ const config = {
extensions: ["...", ".tsx", ".ts", ".jsx", ".js"],
modules: ["...", __dirname, path.resolve(__dirname, "src")],
fallback: { crypto: false },
}
},
};
module.exports = () => config;