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 Sep 16, 2021. It is now read-only.
It's a very common workflow to import external open-source modules into a project being served by a devserver; therefore, the example should include it. Specifically, we should document whatever needs to be done in ts_library to make ts_devserver concat-and-serve node_modules.
According to the NPM homepage, lodash and react are 2 of the most depended-upon packages. At least one of them should be used in an example. Plus, both have external typings, so they would also showcase the need to include @types/react alongside react (#125).
Related: #103
The text was updated successfully, but these errors were encountered:
It's a very common workflow to import external open-source modules into a project being served by a devserver; therefore, the example should include it. Specifically, we should document whatever needs to be done in
ts_library
to makets_devserver
concat-and-servenode_modules
.According to the NPM homepage,
lodash
andreact
are 2 of the most depended-upon packages. At least one of them should be used in an example. Plus, both have external typings, so they would also showcase the need to include@types/react
alongsidereact
(#125).Related: #103
The text was updated successfully, but these errors were encountered: