Open NicoLaval opened 1 year ago
I faced with the same issue. Is there WA?
At this point, I added react-app-rewired
to my React app to override Webpack config adding these packages, but I don't find it very nice.
see #549 - not sure though if this is caused be the antlr runtime itself
Since webpack release to v5, some required lib for browser running are missing:
Is it possible to add
util
,assert
andprocess
to the antlr4ts bundle?