webpack-plugin-fr-fix
v0.2.0
Published
form-render theme plugin
Readme
参考自 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(),
],
...
}
