Eric Chen
Eric Chen
https://github.com/cyrilwanner/wasm-codecs/tree/master/packages/gifsicle
Sorry for not responding. I integrated Swagger UI with Docusaurus. I have to render Swagger UI in shadow dom to avoid CSS pollution.
`Infima` bring troubles, maybe `tailwindcss` can help, or maybe not. See: https://github.com/facebook/docusaurus/issues/6032
So in v5, we can: - Get rid of `less.javascriptEnabled` - https://github.com/ant-design/ant-design/issues/11097 - https://github.com/ant-design/ant-design/issues/9363 Right?
And variables: ```scss $shadow: 0 0 0 1px #5b9dd9, 0 0 2px 1px rgba(30, 140, 190, 0.8); ``` From: https://github.com/stylelint-scss/stylelint-scss/blob/HEAD/src/rules/dollar-variable-colon-newline-after/README.md
https://github.com/sindresorhus/got/pull/895
Ugly but work: ```sh npm -> npm.cmd npx -> npx.cmd ```
How about drop support for `core-js 3` (in `preset-env`). We have `babel-plugin-polyfill-corejs3` now.
Turn https://github.com/webpack-contrib/webpack-bundle-analyzer/blob/d96ebed7d0dd38e6a0b9a935aaac0d3c24722944/src/parseUtils.js#L13 To ```js sourceType: 'module' ``` will work
Install `[email protected]` may help. https://github.com/vuejs/vue-loader/pull/1824#issuecomment-835769379