Yang Mingshan

Results 14 comments of Yang Mingshan

[remove-source-webpack-plugin](https://github.com/yangmingshan/remove-source-webpack-plugin) can solve your problem

I ran into this issue. My solution: - rm pnpm-lock.yaml - rm -rf node_modules - rm -rf ~/Library/pnpm - pnpm install Then it works.

Seems this PR can fix #73 #81 #83, @KODerFunk could you spent a little time to review it?

> @gucong3000 Hi, `singleTags` options can also take regular expression [see](https://github.com/posthtml/posthtml-render/blob/master/test/render.test.js#L236) > > As a result, your settings should come down to > > ```js > { > closingSingleTag: 'slash'...

I would love to see `xo` become to a simple eslint config, at least provide one. I've been using `xo` as a eslint config set for years actually 😂

I think this PR may have hidden issues, especially for undetached effectScope. There are many other functions depends on currentInstance, like `callWithErrorHandling` `queuePostRenderEffect` etc. `watchEffect` should be same as `watch`,...

This PR is now based on `v3` and can be merged Does `v2` need this fix? If so, I can open another PR to fix `v2`

This problem is caused by CSS order, so `!important` can save you. ```css :root { --vp-home-hero-name-color: transparent !important; --vp-home-hero-name-background: -webkit-linear-gradient(315deg, #42d392 25%, #647eff) !important; --vp-home-hero-image-background-image: linear-gradient(0deg, #42d39280 50%, #34485e80) !important;...

miniprogram-api-typings v3.12.3 已经加上了 `routeDone`,这个 PR 可以关掉了。