chore: externalize @stencil/core/internal/client

This commit is contained in:
Sean Perkins
2024-01-30 00:13:31 -05:00
parent 884a6ddea0
commit 180de3d23b

View File

@@ -19,14 +19,14 @@ export default defineConfig({
optimizeDeps: {
exclude: ['@ionic/react', '@ionic/react-router'],
/**
* ESM dependencies that have a CJS dependency need to
* ESM dependencies that have a CJS dependency need to
* include that dependency for optimization.
*/
include: ['@ionic/react > react-dom']
},
build: {
rollupOptions: {
external: ['@stencil/core'],
external: ['@stencil/core/internal/client'],
}
}
})