Releases: glromeo/esbuild-sass-plugin
Releases · glromeo/esbuild-sass-plugin
css imports
- added
cssImport
option to enablecss-loader
style imports and solve #74
Touch up!
- Updated the scoped-url example
- fixed a bug in passing the pathname to the
precompile
function
upside down
sourcemap option
hot fix for sourcemap option regression (issue #63)
インターナショナル
New Year Resolution
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!
Doh!
ext fix!
Take back "sourceMap" control
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.