Skip to content

Commit

Permalink
fix: make rln examples run (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
weboko authored Jan 24, 2025
1 parent 836b1e8 commit a091396
Show file tree
Hide file tree
Showing 4 changed files with 594 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/experimental/rln-identity/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const CopyWebpackPlugin = require("copy-webpack-plugin");
const path = require("path");

module.exports = {
entry: "./src/index.ts",
entry: "./src/index.js",
output: {
path: path.resolve(__dirname, "build"),
filename: "index.js",
Expand Down
Loading

0 comments on commit a091396

Please sign in to comment.