Question:
I’m looking for the build.log
option that used to check for syntax errors in my code. However, after connecting to GitHub, this option seems to have disappeared.
Product:
I’m using Local Editor IDE with GitHub repositories.
Additionally, I’m editing code in Visual Studio Code and have installed several extensions (e.g., Code Runner, IntelliCode) to enable error/syntax highlighting.
Also, I’m still using .jsw module…
Any help would be appreciated—thanks!
I’m pretty sure the build check process seems to run when deploying a preview with the Wix CLI
Best way to check would probably be to intentionally create an error and check if wix preview
catches it
Also, .jsw
is still working, but you should update to .web.js
files, the syntax doesn’t actually take much to update, you can finish in minutes
Thanks for the reply!
I created a small web.js module and using the “Run code” option using VS Code, I see the errors. But if I run “wix preview” it will compile and publish the error without any warning.
Am I missing something, this does not make sense, I was able to catch the error using Wix Studio. --)
Hello, I’m still looking for answer here?