yvvki / rusted-warfare-vscode

Workspace detection, syntax highlighting, code completion and format checker for Rusted Warfare
https://marketplace.visualstudio.com/items?itemName=yvvki.rusted-warfare-vscode
MIT License
2 stars 0 forks source link

Implement build and watch script #5

Open yvvki opened 6 months ago

yvvki commented 6 months ago

Currently the project uses a module type Javascript main.js that is being bundled out to out/main.cjs (CommonJS type).

This project doesn't have a bundler yet.

Solution

We will not using ESBuild and use SWC instead, since it's faster and more modern.