Description
Expected behavior: The build would be identical to building locally using the build process.
Copying from #1245
I've asked few times before, where is the code which is responsible for creating the download and/or concatenating the fragments into a single download?
You'd think it was the build process, but it seems the results are different. Only @isagalaev knows I think. The code generated on the website is putting hljs.registerLanguage OUTSIDE the original enclosure and the code generated by the build process places it inside. @isagalaev Is the website using a special build system instead of the one in the repo for some reason? hljs as a global only works in the web environment (where anything on window is treated as a global), so that is why it's failing in node.js.