-
Hi!
I wonder if you have tackled or thought about code-splitting yet. It is kinda important to have some sort of code-splitting support. I want to use a react component only on one page but becaus…
-
When using the vue-router code-splitting feature. The server side app throws an error when it tries to load a chunk.
`(node:4442) UnhandledPromiseRejectionWarning: Error: Cannot find module './js/c…
-
### 说明
当 `codeSplitting` 的 js 分包策略采用 `granularChunks` 时,由于 `shared` 分组没有任何 `test` 限制条件,可能会发生 chunk 重复的问题:
https://github.com/umijs/umi/blob/41f190898dac8174c40706ea4064292507addd7c/packages/pr…
fz6m updated
2 months ago
-
I'm having some issues making the namespaces codesplitting for pages. I'm not using the NextJS internationalized routing.
I tried first to use the `clientNamespaces` like this:
```js
export con…
-
All of these edge cases come into play when the shims end up in a different chunk than they're used in.
## CJS shim edge cases
When outputting a ESM bundle with shims enabled:
* `__filename` will…
-
## Description
See https://commonwealth.im/edgeware/discussion/5374-pallet_supersig-joint-funding-proposal-with-w3f -- note that the error thrown is likely due to a missing `this.polkadot` import rat…
-
### 💻 系统环境 | Operating System
macOS
### 🌐 浏览器 | Browser
Chrome
### 🐛 问题描述 | Bug Description
使用dumi脚手架初始化的项目,按照给的文档进行主题配置,结果报错如下:
这是我的配置代码
```ts
import { defineConfig } from 'dumi';
impo…
-
Is it possible to split the translations by component?
I want each component to have it's own separate set of translation files.
So there would be many files for each locale, like:
Component1_en-US…
-
Bunchee looks an amazing project. Very easy to use.
You might be interested in some difference I've found out trying to migrate from tsup/esbuild
I've noticed a slightly bigger bundle (as measur…
-
### Describe the bug
const [activeLocale, setLocale] = useLocale();
index.tsx:26 Uncau
ght TypeError: object null is not iterable (cannot read property Symbol(Symbol.iterator))
### Expected be…