- Remove resolved extension for
.css
if not explicitly provided from the source to preventimport url()
syntax fromnode-sass
.
- Remove ESM and expose CJS
- Remove babel dependencies and build step/requirement
- Expose default importer for CLI usage of
node-sass
- Add
partial
to default available resolvers
- Use the
extensions
option of thenode
resolve algorithm to ensure that we do not accidentally default to an.js
file.
- Use latest dependencies, e.g. @babel instead of old babel.
- No longer preserveSymlinks when resolving.