feat: export mergeConfig from vite (#471)

This commit is contained in:
alex8088 2024-04-20 23:42:45 +08:00
parent f42a9d370f
commit eeaa7de45c

View file

@ -1,4 +1,4 @@
export { type LogLevel, createLogger, splitVendorChunkPlugin, splitVendorChunk } from 'vite' export { type LogLevel, createLogger, mergeConfig, splitVendorChunkPlugin, splitVendorChunk } from 'vite'
export * from './config' export * from './config'
export { createServer } from './server' export { createServer } from './server'
export { build } from './build' export { build } from './build'