revert: excluding stencil/core had no effect

This commit is contained in:
Sean Perkins
2024-01-29 23:49:47 -05:00
parent 331e44cdcb
commit 6841046163

View File

@@ -17,7 +17,7 @@ export default defineConfig({
port: 3000
},
optimizeDeps: {
exclude: ['@ionic/react', '@ionic/react-router', '@stencil/core'],
exclude: ['@ionic/react', '@ionic/react-router'],
/**
* ESM dependencies that have a CJS dependency need to
* include that dependency for optimization.