Skip to content

v6.8.0

Compare
Choose a tag to compare
@birdofpreyru birdofpreyru released this 09 Mar 22:45
· 35 commits to master since this release

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 like require('/path/to/style.css);.

Other Updates

  • Fixes a few corner-cases for replaceImport feature, introduced in v6.7.0.