Skip to content

Commit a091396

Browse files
authored
fix: make rln examples run (#112)
1 parent 836b1e8 commit a091396

File tree

4 files changed

+594
-2
lines changed

4 files changed

+594
-2
lines changed

examples/experimental/rln-identity/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const CopyWebpackPlugin = require("copy-webpack-plugin");
22
const path = require("path");
33

44
module.exports = {
5-
entry: "./src/index.ts",
5+
entry: "./src/index.js",
66
output: {
77
path: path.resolve(__dirname, "build"),
88
filename: "index.js",

0 commit comments

Comments
 (0)