Shu Ding
Shu Ding
Safari 15 uses this meta tag to indicate the UI color of the address bar etc., and usually we need to switch it upon theme changes. The media query only...
Thanks for making this library! I noticed that it will always inject global styles including a web font when rendered. This makes the component look nicer but it affects other...
Safari & iOS 11.3. The OAuth callback just doesn’t work. Need to find out why.
It seems that ES5 is always the build output target, and will override the project tsconfig value: https://github.com/huozhi/bunchee/blob/1a4ade8f33eb676744e8bda59a8c359523ff0ca9/src/rollup-config.ts#L85
It should support displaying error overlay (for both compilation and runtime errors) inside the iframe and send back the error with stack to the main window.
This is to demonstrate that modules used in Server Components will never be shipped to the client side, but traditional SSR and CSR pages do. So `moment` adds an additional...
This PR changes the external module resolution to eagerly bundle node_modules, and some specific Next.js internal modules, if on the `WEBPACK_LAYERS.server` layer. While resolving corresponding packages, we use the `react-server`...
Trying to cover #40693 better here. ## Bug - [ ] Related issues linked using `fixes #number` - [ ] Integration tests added - [ ] Errors have a helpful...