We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bee1327 commit bd1eff8Copy full SHA for bd1eff8
packages/core/rslib.config.ts
@@ -34,8 +34,9 @@ const externals: Rspack.Configuration['externals'] = [
34
'@rsbuild/core',
35
'@rsbuild/core/client/hmr',
36
'@rsbuild/core/client/overlay',
37
- // yaml is an optional dependency of `postcss-load-config`
+ // yaml and tsx are optional dependencies of `postcss-load-config`
38
'yaml',
39
+ 'tsx/cjs/api',
40
// externalize pre-bundled dependencies
41
({ request }, callback) => {
42
const entries = Object.entries(regexpMap);
0 commit comments