mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore: attempt to exclude stencil/core from optimization
This commit is contained in:
@@ -17,7 +17,7 @@ export default defineConfig({
|
||||
port: 3000
|
||||
},
|
||||
optimizeDeps: {
|
||||
exclude: ['@ionic/react', '@ionic/react-router'],
|
||||
exclude: ['@ionic/react', '@ionic/react-router', '@stencil/core'],
|
||||
/**
|
||||
* ESM dependencies that have a CJS dependency need to
|
||||
* include that dependency for optimization.
|
||||
|
||||
Reference in New Issue
Block a user