v6.8.0
Breaking Change
- [#30] Support of stylesheet loading by CommonJS require(). It will be breaking for you if you actively relied on the fact that previous versions of this plugin only processed files imported like
import '/path/to/style.css';
, and did not process stylesheets imported likerequire('/path/to/style.css);
.
Other Updates
- Fixes a few corner-cases for
replaceImport
feature, introduced in v6.7.0.