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 has been archived by the owner on Nov 9, 2020. It is now read-only.
We should externalize systemjs config into a separate file and include it in the index.html. Also let's investigate if we can consolidate this config and use it in both dev and prod mode. Current setup requires updates in two places (index.html and gulpfile.js) if systemjs setting changes. It might be worthwhile to rip out systemjs builder all together and use rollup or some other bundler for the prod build.
The text was updated successfully, but these errors were encountered:
We should externalize systemjs config into a separate file and include it in the index.html. Also let's investigate if we can consolidate this config and use it in both dev and prod mode. Current setup requires updates in two places (index.html and gulpfile.js) if systemjs setting changes. It might be worthwhile to rip out systemjs builder all together and use rollup or some other bundler for the prod build.
The text was updated successfully, but these errors were encountered: