Skip to content

Commit 596f9c0

Browse files
authored
Update README.md
1 parent 295c04e commit 596f9c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ parser.visit(ast, {
8888

8989
A browser-friendly version is available in `dist/solidity-parser.js` in the published version.
9090

91-
If you are using webpack, keep in mind that minimizing your bundle will mangle function names, breaking the parser. To fix this you can just set `optimization.minimize` to `false`. For a more granular fix, check [this comment](https://github.com/solidity-parser/parser/issues/21#issuecomment-658397190).
91+
If you are using webpack, keep in mind that minimizing your bundle will mangle function names, breaking the parser. To fix this you can just set `optimization.minimize` to `false`.
9292

9393
## Contribution
9494

0 commit comments

Comments
 (0)