wkillerud / some-sass

Improved support for SCSS, Sass indented and SassDoc. Workspace awareness and full support for Sass modules.
https://wkillerud.github.io/some-sass/
60 stars 6 forks source link

Look into replacing Webpack with esbuild #169

Closed wkillerud closed 2 months ago

wkillerud commented 5 months ago

The VS Code extension generator now has an option to use esbuild. There are samples and docs that explain the setup.

The webpack build is fairly slow, so I'd be interested to see if it can be replaced with esbuild to speed things up a bit.

Webpack is used both in the language server and the extension modules:

tomasvn commented 5 months ago

I had quite success with the speed of build, when I've set cache from memory to filesystem. Maybe you can take a look :)

https://webpack.js.org/configuration/cache/