1.0.0 • Published 2 years ago

mini-css-extract-hot-plugin v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

mini-css-extract-hot-plugin

主要用来关闭掉mini-css-extract-plugin部分的hmrc,在5.5.0版本,热更时,总是全局刷css,体验太差,

所以使用当前来重置掉内容部的hmrc,从而让其使用updateCss

在production模式下,当前组件会自动禁用。

安装

npm install mini-css-extract-hot-plugin

使用

const MiniCssExtractHotPlugin = require('mini-css-extract-hot-plugin');

module.exports = {
  plugins:[
    new MiniCssExtractHotPlugin()
  ]
}