Compare commits
No commits in common. "120e59577d5a2ca7e03700ec39b385d6a34df5d7" and "b190367681fe8b6abf4806906fabed7f0e7f18ce" have entirely different histories.
120e59577d
...
b190367681
@ -1,4 +1,4 @@
|
||||
project_group = me.topchetoeu.j2s
|
||||
project_name = j2s
|
||||
project_version = 0.10.10-beta
|
||||
project_version = 0.10.9-beta
|
||||
main_class = me.topchetoeu.j2s.repl.SimpleRepl
|
||||
|
@ -56,7 +56,6 @@ const construct = (input, output) => defineConfig({
|
||||
|
||||
babelHelpers: "runtime",
|
||||
plugins: [
|
||||
"@babel/plugin-proposal-class-properties",
|
||||
"@babel/plugin-transform-arrow-functions",
|
||||
"@babel/plugin-transform-block-scoping",
|
||||
"@babel/plugin-transform-classes",
|
||||
@ -79,6 +78,7 @@ const construct = (input, output) => defineConfig({
|
||||
"@babel/plugin-transform-logical-assignment-operators",
|
||||
"@babel/plugin-transform-numeric-separator",
|
||||
"@babel/plugin-transform-private-methods",
|
||||
"@babel/plugin-proposal-class-properties",
|
||||
"@babel/plugin-transform-class-static-block",
|
||||
"@babel/plugin-transform-regenerator",
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user