You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [2.0.0](v1.0.0...v2.0.0) (2020-11-17)
### Bug Fixes
* **babel:** add support for commonjs requires. ([56b0148](56b0148))
* **importer:** return null when the override file could not be found ([49bf9f9](49bf9f9))
### BREAKING CHANGES
* **babel:** Existing imports will have to change from
```
const conditionalImporter = require('node-sass-conditional-importer').default;
```
to
```
const conditionalImporter = require('node-sass-conditional-importer');
```
* **importer:** existing behaviour might change if there were other importers being applied after
this one.
***babel:** add support for commonjs requires. ([56b0148](https://github.com/codebymikey/node-sass-conditional-importer/commit/56b01481268c44a0dbb7a8b40125f0354ae6d0e9))
7
+
***importer:** return null when the override file could not be found ([49bf9f9](https://github.com/codebymikey/node-sass-conditional-importer/commit/49bf9f9744f8667adae74080bad951c624d0dc01))
8
+
9
+
10
+
### BREAKING CHANGES
11
+
12
+
***babel:** Existing imports will have to change from
0 commit comments