1.0.13 • Published 5 years ago
rzx-hello-world v1.0.13
Document
组件路由生成
import * as AllComponent from导入进来后,其结构是
{name:component},将其name作为path
遇到的问题
1,extract-text-webpack-plugin不支持webpack4,需要用extract-text-webpack-plugin@next
.npmignore文件
用户安装了包之后,如果有哪些文件不想让其看到,可以在这里注明。由于最终打包成lib/main.js,所以可将源码忽略掉