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
[#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 like require('/path/to/style.css);.
Other Updates
Fixes a few corner-cases for replaceImport feature, introduced in v6.7.0.