esbuild-sass-plugin

esbuild plugin for sass

MIT License

Downloads
666.9K
Stars
139
Committers
23

Bot releases are hidden (Show)

esbuild-sass-plugin - Goal!

Published by glromeo almost 2 years ago

bitmoji
fixes #105

esbuild-sass-plugin - Hush! Hush! Deps!

Published by glromeo almost 2 years ago

This release fixes #83 leaving behind an open question... how to deal better with options.url?
That needs a further investigation but in any case this version is better than 2.4.0

esbuild-sass-plugin - Freshen Up!

Published by glromeo almost 2 years ago

  • updated esbuild and sass to the latest version
  • tidy up of tests
esbuild-sass-plugin - precompile on steroids

Published by glromeo about 2 years ago

bitmoji
merged PR #95 adding isRoot to precompile

esbuild-sass-plugin - re-resolved

Published by glromeo about 2 years ago

bitmoji

  • patched the resolver branch based on require to avoid picking .js files
esbuild-sass-plugin - Quiet please

Published by glromeo about 2 years ago

bitmoji

  • now the plugin sets the url option to help sass identify dependencies
esbuild-sass-plugin - Remember to water the plants

Published by glromeo over 2 years ago

bitmoji

This release introduces the prefer option (see #82)

esbuild-sass-plugin - just a twince

Published by glromeo over 2 years ago

  • small improvement to nonce to allow late binding of the value
esbuild-sass-plugin - nonce/CSP

Published by glromeo over 2 years ago

  • nonce option
    bitmoji
esbuild-sass-plugin - css imports

Published by glromeo over 2 years ago

  • added cssImport option to enable css-loader style imports and solve #74
esbuild-sass-plugin - Touch up!

Published by glromeo over 2 years ago

  • Updated the scoped-url example
  • fixed a bug in passing the pathname to the precompile function
esbuild-sass-plugin - upside down

Published by glromeo over 2 years ago

bitmoji

  • Quick fix for issue #69 caused by the order of sourcemap sources being upside down at times
    (many thanks to Epskampie for reporting it with plenty of details)
esbuild-sass-plugin - sourcemap option

Published by glromeo over 2 years ago

bitmoji
hot fix for sourcemap option regression (issue #63)

esbuild-sass-plugin - インターナショナル

Published by glromeo over 2 years ago

bitmoji

  • Fixed #62 and the issues with not latin characters
  • Improved files to URLs and the other way around
esbuild-sass-plugin - New Year Resolution

Published by glromeo over 2 years ago

bitmoji

This release fixes #61 and makes a clean cut with the past
abandoning the custom onResolve and the namespaces
for a simpler and leaner approach in which the plugin
delegates more to esbuild hoping that soon sass/scss
file handling will be a first class citizen!

esbuild-sass-plugin - Doh!

Published by glromeo almost 3 years ago

bitmoji

  • added build to the github action (fix for #59)
esbuild-sass-plugin - ext fix!

Published by glromeo almost 3 years ago

  • Fix for incorrect extension parsing #56 (thanks to @GravlLift)
esbuild-sass-plugin - Take back "sourceMap" control

Published by glromeo almost 3 years ago

In v2.0.0 SASS sourceMaps option follows what has been specified for esbuild.
With this change, if a value for options.sourceMaps is provided it overrides the automatic detection.

esbuild-sass-plugin - v2.x

Published by glromeo almost 3 years ago

bitmoji

  • new Sass compile string API
  • new fully fledged importer
  • precompile
  • url rewrite
  • additional data / globals
  • sourcemaps
  • code clean up
  • simpler options
  • multiple plugin for different types
esbuild-sass-plugin - Default Export

Published by glromeo almost 3 years ago

  • dependencies upgrade
  • default export