Skip to content

v2.0.0

Compare
Choose a tag to compare
@AlfredMou AlfredMou released this 05 Mar 06:43
· 58 commits to master since this release

⚡️ 功能提示:

  • @font-face的插入将会通过webpack自身的css插入机制进行

💥 Breaking Changes:

  • 因为@font-face的引入将会依靠css-loader来进行,我们并没有为插入的font-face.css增加css处理的loader。所以sass的用户如果没有css 的webpack rule,需要额外添加关于css的webpack rule。

⚡️ Enhancement:

  • The introduction of @font-face will be introduced through the introduction mechanism of webpack itself.

💥 Breaking Changes:

  • Because the introduction of @font-face will rely on css-loader, but we have not added css processing loader for the inserted fontface.css. So if the user of sass does not have the webpack rule of css, you need to add a webpack rule about css.