3 Matching Annotations
- Mar 2021
-
github.com github.com
-
This allows those other dependencies to share the same module instance.
-
- Nov 2020
-
stackoverflow.com stackoverflow.com
-
github.com github.com
-
The resolve.alias option is used to make sure that only one copy of the Svelte runtime is bundled in the app, even if you are npm linking in dependencies with their own copy of the svelte package. Having multiple copies of the internal scheduler in an app, besides being inefficient, can also cause various problems.
-