mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore: try rollup options
This commit is contained in:
@@ -23,5 +23,10 @@ export default defineConfig({
|
||||
* include that dependency for optimization.
|
||||
*/
|
||||
include: ['@ionic/react > react-dom']
|
||||
},
|
||||
build: {
|
||||
rollupOptions: {
|
||||
external: ['@stencil/core'],
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user