moky80
moky80
@devongovett yes, it works with `--no-optimize` flag.
> I think I may be experiencing something similar with our project. The local dev server will run/build the code properly, but the minified build output is missing a symbol...
> ```json > { > "extends": "@parcel/config-default", > "optimizers": { > "*.js": ["@parcel/optimizer-terser"] > } > } > ``` yes, that fixed my issue with [email protected]. Thanks!
Thank you very much for your quick fix. Using version 7.1.6, listing targets works for me: ``` >luax compile -t list Target Interpeter / LuaX archive --------------------- ------------------------- luax D:\dev\rblx\lua\luax-windows-x86_64\bin\luax.exe...
I did every steps mentioned in https://github.com/CDSoft/luax/issues/5#issuecomment-2359010265 and could verify: - %PATH% contains D:\dev\rblx\lua\luax-windows-x86_64\bin\ - luax.lar is installed in D:\dev\rblx\lua\luax-windows-x86_64\lib\luax.lar But luax.lar is still not found in target listing. What...
Thank you very much for your hint and patch. With version 7.1.6, calling luax.exe (instead of luax) works. With version 7.1.7, both luax and luax.exe invocations work.