You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2017. It is now read-only.
AOT compiled code is the prefered format for production builds, but due to the long compilation time, it may not be practical to use AOT during development.
408
+
AOT compiled code is the preferred format for production builds, but due to the long compilation time, it may not be practical to use AOT during development.
409
409
410
410
To create a more flexible developer experience, a JIT compatible build of the library should be published as well. The format of the JIT bundle is `umd`, which stands for Universal Module Definition. Shipping the bundle as `umd` ensures compatibility with most common module loading formats.
0 commit comments