modernweb-dev / web

Guides, tools and libraries for modern web development.
https://modern-web.dev
MIT License
2.18k stars 278 forks source link

[dev-server-esbuild] Unable to pass plugins to esbuild #2041

Open mkczarkowski opened 1 year ago

mkczarkowski commented 1 year ago

esbuildPlugin doesn't expose a property that would allow to passthrough plugins to esbuild. In my use case I need to leverage esbuild-sass-plugin to transpile LIT components that use SASS stylesheets.

Introducing such improvement would be really helpful.

Westbrook commented 1 year ago

We'd welcome a contribution if you saw a path to doing so here!