- HTML中文网
- 联系QQ:88526
- QQ交流群
- 微信公众号
尚未维护!
var ComponentPlugin = require("component-webpack-plugin"); module.exports = { plugins: [ new ComponentPlugin(); ] }
var ComponentPlugin = require("component-webpack-plugin"); module.exports = { plugins: [ new ComponentPlugin({ // 从 component.json 中加载 xyz 字段 in component.json xyz: true, // 这等同于:xyz: "[file]" // 使用 xyz-loader 加载 xyz 字段 xyz: "!xyz-loader![file]", // 默认为: // styles: "!style-loader!css-loader![file]" }, [ // 查找路径 "component" ]); ] }
MIT (http://www.opensource.org/licenses/mit-license.php)
推荐手册