Skip to content

Commit fb7633f

Browse files
authored
refactor: export default config
1 parent b48b98c commit fb7633f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vite/src/node/publicUtils.ts

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export {
1010
DEFAULT_SERVER_CONDITIONS as defaultServerConditions,
1111
DEFAULT_SERVER_MAIN_FIELDS as defaultServerMainFields,
1212
} from './constants'
13+
export { configDefaults } from './config';
1314
export { version as esbuildVersion } from 'esbuild'
1415
export {
1516
splitVendorChunkPlugin,

0 commit comments

Comments
 (0)