wakaka378

Results 4 issues of wakaka378

When I remove the package, `node_modules` will be an error ![image](https://user-images.githubusercontent.com/46524158/163956117-f3d9107d-60bf-4cbf-be6e-4d215d3b28a3.png) It's in the `node_modules` package ![image](https://user-images.githubusercontent.com/46524158/163956457-d17f8cb0-5e18-41cc-b182-1487f070e37e.png) Here is my action ```js yalc publish command : 'npx yalc publish --changed...

### Description 本地运行,生成骨架屏页面时,页面空白啥都没有,控制台提示 ![image](https://user-images.githubusercontent.com/46524158/86748784-4f25c680-c06f-11ea-8dd1-74215eee06c6.png) ```js TypeError: Cannot read property 'html' of undefined at a.setCode (bundle.4da48e9f37a58e077c95.js:7) at fn.e.$emit (bundle.4da48e9f37a58e077c95.js:7) at _.de.onmessage (bundle.4da48e9f37a58e077c95.js:7) at _.r.dispatchEvent (bundle.4da48e9f37a58e077c95.js:7) at bundle.4da48e9f37a58e077c95.js:7 at Array.forEach () at...

I used the self -defined commit type ```js // .cz-config.js 'use strict'; module.exports = { types: [ { value: ':rocket: release', name: '🚀 release: 发布版本/发布标签', }, { value: ':construction: WIP',...