Closed andstor closed 5 years ago
The tex2max.js file is currently not working. This is most likely a breaking change in the Webpack version.
tex2max.js
When trying to run the file in the browser, it complains about SyntaxError: Invalid regular expression: range out of order in character class.
SyntaxError: Invalid regular expression: range out of order in character class
Fixed by b8e7fa594a5a5b8d03388748effa21a0567584be.
The
tex2max.js
file is currently not working. This is most likely a breaking change in the Webpack version.When trying to run the file in the browser, it complains about
SyntaxError: Invalid regular expression: range out of order in character class
.