Skip to content

Releases: glromeo/esbuild-sass-plugin

Summer Upgrade!

13 Aug 19:55
Compare
Choose a tag to compare

bitmoji

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

Freshen Up!

20 Jun 22:31
257e973
Compare
Choose a tag to compare

bitmoji

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

Warnings are never enough!

20 Apr 15:21
1214af9
Compare
Choose a tag to compare

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!

Spring cleaning

20 Apr 01:24
Compare
Choose a tag to compare

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

Joke's on me

22 Mar 00:23
f2e99b0
Compare
Choose a tag to compare

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

Chunky fries

20 Mar 00:09
58bc668
Compare
Choose a tag to compare

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

Well rested

25 Feb 20:38
3db4358
Compare
Choose a tag to compare

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!

A little help goes a long way

12 Feb 22:29
0a9936d
Compare
Choose a tag to compare

bitmoji

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

Stronger roots!

29 Dec 16:19
8aa13a3
Compare
Choose a tag to compare

bitmoji

Now root defaults to absWorkingDir if provided thanks to @shellscape

Optionally

16 Dec 20:38
2703569
Compare
Choose a tag to compare

merged enhancement for #111