Skip to content

Commit

Permalink
bug: Don't mangle $$refs in browser builds
Browse files Browse the repository at this point in the history
  • Loading branch information
maxmilton committed Jul 13, 2024
1 parent 5766a24 commit 8ac8c76
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,6 @@ await bundle.write({
reduce_funcs: false, // prevent functions being inlined
passes: 2,
},
mangle: {
properties: {
regex: /^\$\$/,
},
},
});
},
},
Expand Down

0 comments on commit 8ac8c76

Please sign in to comment.