esm.sh icon indicating copy to clipboard operation
esm.sh copied to clipboard

Support for building Sass

Open glen-84 opened this issue 4 years ago • 1 comments

Would it be possible to add support for building Sass files?

https://esm.sh/vuetify@next

/* esm.sh - error */ throw new Error("[esm.sh] " + "esbuild: No loader is configured for ".sass" files: esm-build-18733500f98f2f68be0fd12fb31cbfc2c013325f/node_modules/vuetify/lib/components/VAlert/VAlert.sass"); export default null;

Maybe with something like https://github.com/glromeo/esbuild-sass-plugin/?

glen-84 avatar Jul 12 '21 16:07 glen-84

i have a plan to support this, but we can not use the plugin directly since the server is written in golang

ije avatar Aug 08 '21 04:08 ije