Skip to content

Commit

Permalink
feat: remove devtools field from app tools configurations (#6513)
Browse files Browse the repository at this point in the history
  • Loading branch information
Asuka109 authored Dec 6, 2024
1 parent 53e3ae0 commit 43fd1b3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/solutions/app-tools/src/config/legacy/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export function transformNormalizedConfig(
server,
cliOptions,
testing,
devtools: {},
builderPlugins: [],
plugins: plugins as any,
security: {},
Expand Down
1 change: 0 additions & 1 deletion packages/solutions/app-tools/src/types/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export interface AppToolsUserConfig<B extends Bundler> {
testing?: TestingUserConfig;
builderPlugins?: Array<LooseRsbuildPlugin | UniBuilderPlugin>;
performance?: PerformanceUserConfig;
devtools?: any;
environments?: RsbuildConfig['environments'];
}

Expand Down

0 comments on commit 43fd1b3

Please sign in to comment.