pipe01 / esbuild-plugin-vue3

esbuild plugin for loading Vue 3 SFC files
MIT License
59 stars 13 forks source link

Added css preprocessor options to esbuild plugin #19

Closed NathanBeddoeWebDev closed 1 year ago

NathanBeddoeWebDev commented 1 year ago

Linked to #18

Pretty much adds a preprocessing option so we can includePaths of our own and such.

pipe01 commented 1 year ago

Looks good, thank you!