1.0.13 • Published 4 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
,所以可将源码忽略掉