wkillerud / some-sass

Modern SCSS language server. Full support for `@use` and `@forward`, including aliases, prefixes and hiding.
https://wkillerud.github.io/some-sass/
46 stars 4 forks source link

Look into replacing Webpack with esbuild #169

Open wkillerud opened 1 month ago

wkillerud commented 1 month 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 1 month 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/