Skip to content

Commit

Permalink
fix: import sort
Browse files Browse the repository at this point in the history
  • Loading branch information
shulandmimi authored and wre232114 committed Oct 20, 2024
1 parent 3c66e10 commit 3174118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ import {
import { mergeConfig, mergeFarmCliConfig } from './mergeConfig.js';
import { normalizeCss } from './normalize-config/normalize-css.js';
import { normalizeExternal } from './normalize-config/normalize-external.js';
import { normalizeResolve } from './normalize-config/normalize-resolve.js';
import normalizePartialBundling from './normalize-config/normalize-partial-bundling.js';
import { normalizeResolve } from './normalize-config/normalize-resolve.js';
import type {
ConfigEnv,
FarmCliOptions,
Expand Down

0 comments on commit 3174118

Please sign in to comment.