0.2.0 • Published 3 years ago

webpack-plugin-fr-fix v0.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

参考自 webpack-plugin-fr-theme

对于旧有项目中, 引入form-render时, 对于CSS的修复

使用

安装

npm install --save-dev wwebpack-plugin-fr-fix

配置

// webpack.config.js

const WebpackPluginFrFix = require('webpack-plugin-fr-fix');

{
  ...

  plugins: [
    new WebpackPluginFrFix(),
  ],

  ...
}