Ken Xu

Results 20 issues of Ken Xu

``` externals:{ // work '@module-federation/runtime': 'GLobalLib.MFRuntime', '@module-federation/sdk': 'GLobalLib.MFSDK', // no work '@module-federation/webpack-bundler-runtime': 'GLobalLib.MFWPR', '@module-federation/webpack-bundler-runtime/constant': 'GLobalLib.MFWPR_CONSTANT' } ```

建议类似于 plugin-react-refresh 加一个 library 来做 __file 区分

### Describe the bug externals: { ... '@module-federation/webpack-bundler-runtime': 'MFWBR', '@module-federation/webpack-bundler-runtime/constant': 'MFWBRCT', ... }, ### Reproduction ... ### Used Package Manager pnpm ### System Info ```shell System: OS: macOS 14.4.1 CPU:...

### What is the feature you are proposing? [https://github.com/bripkens/connect-history-api-fallback](connect-history-api-fallback)

enhancement

## Description ## Related Issue ## Types of changes - [ ] Docs change / refactoring / dependency upgrade - [ ] Bug fix (non-breaking change which fixes an issue)...

change: fix

This PR contains a: - [ ] **bugfix** - [✅] new **feature** - [ ] **code refactor** - [ ] **test update** - [ ] **documentation update** - [ ]...

### What problem does this feature solve? https://rspack.dev/zh/guide/features/builtin-lightningcss-loader#options https://lightningcss.dev/transforms.html ### What does the proposed API of configuration look like? LightningcssLoaderOptions 增加 visitor

feat

### Clear and concise description of the problem ```ts import type { PackageType as PackageType_0,RemoteKeys as RemoteKeys_0 } from './rtProvider/apis.d.ts'; declare module "@module-federation/runtime" { type RemoteKeys = RemoteKeys_0; type PackageType...