diff options
Diffstat (limited to '')
-rw-r--r-- | new-luxc/source/program.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/new-luxc/source/program.lux b/new-luxc/source/program.lux index d576e89ae..c669b9c24 100644 --- a/new-luxc/source/program.lux +++ b/new-luxc/source/program.lux @@ -56,4 +56,4 @@ (program: [{service cli.service}] ## (/.compiler macro.jvm ..jvm commonJVM.bundle service) - (/.compiler macro.jvm ..js extensionJS.bundle service)) + (/.compiler jsT.expander ..js extensionJS.bundle service)) |