esbuild-sass-plugin

esbuild plugin for sass

MIT License

Downloads
666.9K
Stars
139
Committers
23

Bot releases are visible (Hide)

esbuild-sass-plugin - v3.3.0 Latest Release

Published by glromeo 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/glromeo/esbuild-sass-plugin/compare/v3.2.0...v3.3.0

esbuild-sass-plugin - local-css

Published by glromeo 7 months ago

Added support for type: 'local-css' #173
thanks to @kohlmannj

esbuild-sass-plugin - There's always a catch

Published by glromeo 8 months ago

image

  • type now can be a function that takes care of rendering the style module #171
  • sass-embedded is now optional (installed as peer dependency) #168
esbuild-sass-plugin - Pedal to the metal!!!

Published by glromeo 9 months ago

Bye bye dart-sass...welcome sass-embedded, the speed increase is palpable!

A big thank you to the sass maintainers for this work
...and to Nathan for pushing for this change

esbuild-sass-plugin - Sources!

Published by glromeo 10 months ago

src folder maybe needed in published package #155

esbuild-sass-plugin -

Published by glromeo about 1 year ago

bitmoji

I just updated esbuild and sass to the latest and greatest...

esbuild-sass-plugin - F as in faster!

Published by glromeo about 1 year ago

bitmoji

Thank you @mattlewis92 for the speed boost caching fs stats!

esbuild-sass-plugin - Good call

Published by glromeo about 1 year ago

bitmoji

Bugfix for missing resolveDir when using css-chunks (#146)

esbuild-sass-plugin - Sourcemap fix

Published by glromeo about 1 year ago

Fixed new line issue affecting sourcemaps thanks to @mattlewis92

esbuild-sass-plugin - Summer Upgrade!

Published by glromeo about 1 year ago

bitmoji

Just a esbuild and sass upgrade... fixing the tests accordingly!

esbuild-sass-plugin - Freshen Up!

Published by glromeo over 1 year ago

bitmoji

I "just" upgraded the esbuild and sass dependency versions...

esbuild-sass-plugin - Warnings are never enough!

Published by glromeo over 1 year ago

bitmoji

A big thank you to @wfleming for having the idea of merging sass warning into esbuild ones
as well as carrying out a very nice PR implementing it!

esbuild-sass-plugin - Spring cleaning

Published by glromeo over 1 year ago

bitmoji

From now on, if transform returns a loader different than 'js' then its output will be passed to esbuild without modifying the content

https://github.com/glromeo/esbuild-sass-plugin/blob/e045aed3d2748af04c392933d0d4015db728a0ff/src/plugin.ts#L83-L90

esbuild-sass-plugin - Joke's on me

Published by glromeo over 1 year ago

bitmoji

  • Forget about exclude and external is better off passed to esbuild directly
  • On the plus side I fixed a bug affecting CSS chunks solution on windows
esbuild-sass-plugin - Chunky fries

Published by glromeo over 1 year ago

bitmoji

  • Finally found a solution for the css modules vs type css conundrum
  • Fixed peer dependencies
  • Re-instated exclude and added external as well
  • Freshen up the README accordingly
esbuild-sass-plugin - Well rested

Published by glromeo over 1 year ago

bitmoji

Long story short: I fixed the watched files and the plugins to properly upgrade to esbuild 0.17.x
...fingers crossed this will be enough!

esbuild-sass-plugin - A little help goes a long way

Published by glromeo over 1 year ago

bitmoji

Thank you to @dlepaux for updating esbuild dependency and most importantly fixing the tests

esbuild-sass-plugin - Stronger roots!

Published by glromeo almost 2 years ago

bitmoji

Now root defaults to absWorkingDir if provided thanks to @shellscape

esbuild-sass-plugin - Optionally

Published by glromeo almost 2 years ago

merged enhancement for #111

esbuild-sass-plugin - Lost in content

Published by glromeo almost 2 years ago

bitmoji

With this release the plugin defaults the sass option sourceMapIncludeSources to true. This seems a sensible default given it doesn't affect much the performance when sourceMaps are off and it can always be forced to false passing the option.