Homyee King
Homyee King
``` new FriendlyErrorsWebpackPlugin({ compilationSuccessInfo: { messages: [`You application is running here http://localhost:${config.dev.port}`], }, }) ```  the console didn't console any message, but if I add a notes: ``` new...
 绝命前端~ 文案和图绝配
**Do you want to request a *feature* or report a *bug*?** bug **What is the current behavior?**  当前pluginContainer 只暴露的有限的hooks 而且通过手动调用显然是不合理的,会导致很多rollup插件不能用 **What is the expected behavior?** 不应该对rollup插件的hooks进行阉割,而且更不推荐手动调用hooks 应该让rollup自行托管 icepkg如果有什么定制 应该也通过插件形式来处理
## 背景 > https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html#manual-babel-setup 根据 React 文档说明,自定义的 `jsx runtime` 需要兼容一个异常 case,这个 case 需要使用 `createElement` 来进行 jsx 的转换,如果指定了 `importSource`,则会使用 importSource 导出的 createElement  ## Case > 详细阅读 https://github.com/facebook/react/issues/20031#issuecomment-710346866 ``: 即在 key...
## 背景 线上hydrate由于报错栈没有参考价值,不能快速修复,在 appConfig 添加 `onBeforeHydrate` hook 来让开发者获取 hydrate 前后的 DOM 然后上报,用于快速定位问题 ## 使用 ```diff // src/app.ts import { defineAppConfig } from 'ice'; // App config, see https://ice3.alibaba-inc.com/v3/docs/guide/basic/app export default...
[中文版模板 / Chinese template](https://github.com/ant-design/x/blob/master/.github/PULL_REQUEST_TEMPLATE_CN.md?plain=1) ### 🤔 This is a ... - [x] 🆕 New feature - [ ] 🐞 Bug fix - [ ] 📝 Site / documentation improvement -...
### 需求动机 有一些需要通过input/textarea api 操作的内容,目前 SenderRef 暴露了 nativeElement, 但是只是外层的container, 目前我们是推荐通过 `senderRef.current?.nativeElement.querySelector('.${inputCls}')`这种方式来获取吗 ### 提议的 API 是什么样的? senderRef.current?.inputElement.xxx
[中文版模板 / Chinese template](https://github.com/ant-design/x/blob/master/.github/PULL_REQUEST_TEMPLATE_CN.md?plain=1) ### 🤔 This is a ... - [x] 🆕 New feature - [ ] 🐞 Bug fix - [ ] 📝 Site / documentation improvement -...