Releases: codebymikey/node-sass-conditional-importer
Releases · codebymikey/node-sass-conditional-importer
v2.0.1
v2.0.0
2.0.0 (2020-11-17)
Bug Fixes
- babel: add support for commonjs requires. (56b0148)
- importer: return null when the override file could not be found (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.