chore(fontend-admin): 🔧 Update Vite configuration with plugins/optimizations
This commit is contained in:
parent
c19cedeaab
commit
df534c62dd
1 changed files with 4 additions and 1 deletions
|
|
@ -55,7 +55,10 @@ const ignoreStyledDtsPlugin = {
|
|||
|
||||
export default defineConfig({
|
||||
plugins: [
|
||||
dependencyStartupPlugin({ feature: 'platform-admin' }),
|
||||
dependencyStartupPlugin({
|
||||
feature: 'platform-admin',
|
||||
autoStart: process.env.VITE_SKIP_DEPENDENCY_STARTUP !== 'true',
|
||||
}),
|
||||
react(),
|
||||
versionPlugin({ appName: 'Platform Admin' }),
|
||||
ignoreStyledDtsPlugin,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue