cloudcc-cli 1.5.5 → 1.5.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/package.json +1 -1
- package/src/builderPlugin.js +1 -1
package/README.md
CHANGED
package/package.json
CHANGED
package/src/builderPlugin.js
CHANGED
|
@@ -192,7 +192,7 @@ class Builder {
|
|
|
192
192
|
* @param {string} plginTemp 生成模板代码存储路径
|
|
193
193
|
*/
|
|
194
194
|
initPluginFile(buildFileName, component, plginTemp) {
|
|
195
|
-
this.
|
|
195
|
+
this.initPluginFile1(buildFileName, component, plginTemp)
|
|
196
196
|
}
|
|
197
197
|
/**
|
|
198
198
|
* 生成依赖文件,vue-custom-element
|