Results 9 issues of Jerryxin

```javascript addLessLoader({ javascriptEnabled: true, modifyVars: { '@brand-primary': 'hotpink', "@brand-primary-tap": 'pink' }, // 修改主题 }), ``` ```json { "react-scripts": "3.4.1", "style-loader": "^1.2.1", "react-app-rewired": "^2.1.6", "px2rem-loader": "^0.1.9", "less-loader": "^5.0.0", "less": "^3.12.2", "customize-cra":...

Upgrade webpackV5, Replace deprecated https with server, replace deprecated onBeforeSetupMiddleware, onAfterSetupMiddleware with setupMiddlewares

CLA Signed

feat(CalendarPickerView): 设置min值并且设置了value/defaultValue时,视图优先渲染value/defaultValue值,新增scrollTo API支持跳转到指定日期。 较其它同学的提交区别: 1. 展示区域是当前月份,显示更完整 2. 设置min值会优先渲染value/defaultValue值

看到有 `measure.registerPath(eventKey, connectedKeyPath)` 在 `MenuItem.tsx` 中,如果有 measure 返回 null, 是什么意思 ` if (measure) { return null; }`

after upgrade vue webpack5... error occurred. (set libraryTarget = umd) https://github.com/single-spa/vue-cli-plugin-single-spa/blob/main/index.js#L26 ```js npm run serve:standalone ``` invoked SystemJSPublicPathWebpackPlugin (https://github.com/single-spa/vue-cli-plugin-single-spa/blob/main/index.js#L33) inner invoked https://github.com/joeldenning/systemjs-webpack-interop/blob/main/auto-public-path/auto-public-path.js#L15 此处 `__system_context__` 是 `undefined`,报错 ![image](https://user-images.githubusercontent.com/21277570/169776024-49f370ad-b03a-4a0a-a168-1816582b1efc.png) Currently, I change...

https://github.com/single-spa/vue-cli-plugin-single-spa/blob/main/index.js#L13 options.css.extract = false; if i want to use css.extract, how to resolve