Transpile using Babel

This is pretty slow right now, but works as a proof-of-concept.
This commit is contained in:
Octavia Togami
2020-04-24 21:46:03 -04:00
committed by MattBDev
parent 4f8ac056ab
commit 4307e3a671
7 changed files with 265 additions and 12 deletions

View File

@ -88,10 +88,10 @@ tasks.named<ShadowJar>("shadowJar") {
include(dependency("org.apache.logging.log4j:log4j-slf4j-impl"))
include(dependency("de.schlichtherle:truezip"))
include(dependency("net.java.truevfs:truevfs-profile-default_2.13"))
include(dependency("org.mozilla:rhino"))
include(dependency("org.mozilla:rhino-runtime"))
}
minimize {
exclude(dependency("org.mozilla:rhino"))
exclude(dependency("org.mozilla:rhino-runtime"))
}
}