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 322dabe commit 5de7d7aCopy full SHA for 5de7d7a
packages/core/rslib.config.ts
@@ -5,7 +5,7 @@ import { defineConfig, type rsbuild, rspack } from 'rslib';
5
import packageJson from './package.json' with { type: 'json' };
6
7
const pluginFixDtsTypes: rsbuild.RsbuildPlugin = {
8
- name: 'fix-dts-types',
+ name: 'fix-dts-types-1',
9
setup(api) {
10
api.onAfterBuild(() => {
11
const typesDir = path.join(process.cwd(), 'dist-types');
0 commit comments