KaptainMicila / ZScript-VSCode

GZDoom's ZScript language support for VSCode
MIT License
19 stars 7 forks source link

Bundling isn't working #6

Closed KaptainMicila closed 2 years ago

KaptainMicila commented 2 years ago

After updating to the new version of vsce, it (correctly) showed me that I was always including node_modules in my final builds, increasing my build sizes from 1.16MB to 14.98MB!

I'll be adding esbuild to my project (builds much faster and outputs better code, imho), and I'll fix the .vscodeignore file.