KevBelisle
KevBelisle
This is from a Forge server on 1.16.5
Medieval Minecraft Forge 1.16.5 ~~v48.5~~ v49
This would be great - instant loading would be great for something that likely sits on many people's New Tab page
Is any work being done on this?
Here's my not-so-hacky fix: https://jsbin.com/davoyisepe/1/edit?js,output I basically added a `reduce` function to the output that merges any sequential string elements from the array. For example, this: `["hello ", "world"]` becomes:...
You need to be careful not to .join('') if the array has any non-string elements, like a JSX element.
I think it might be linked to an open issue that `google-closure-compiler-linux` doesn't support arm64. https://github.com/google/closure-compiler-npm/issues/291 I can get it to run by simply removing the closure compilation flag (`--closure...