chialab / rna

🚀 Build tools for modern web modules and applications.

Home Page:https://chialab.github.io/rna/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Style urls resolutions in esbuild

edoardocavazza opened this issue · comments

Currently we use postCSS to resolve url references for both bundler and server. We could use the builtin esbuild resolve hook instead, in order to completely avoid postcss parsing when not required.