geovistory / design-system

MIT License
2 stars 1 forks source link

analyse ionic-core embedding #63

Closed flicksolutions closed 1 year ago

flicksolutions commented 1 year ago

after #62 if the dev-environment is still slow: This might be another source. Stencil compiles ionic-core each time: This slows the HMR down.

joschne commented 1 year ago

I think this is obsolete, since the way we add ionic-core uses the official approach of Stencil.

You can see this when creating a new stencil project of type ionic-pwa:

  1. npm init stencil
  2. Choose ionic-pwa

See how ionic core is imported. The same way as we do.

joschne commented 1 year ago

closing as we consider it being irrelevant for performance