xy-share-component-loader
v1.0.0
Published
安装: ```shell npm i xy-share-component-loader ```
Downloads
4
Maintainers
Readme
说明
安装:
npm i xy-share-component-loader
使用:
- 在
.babelrc.js
等babel配置文件中添加如下配置:
const plugins = [
...
"module:xy-share-component-loader/lib/index.js"
]
module.exports = {
plugins
};