Skip to content
This repository was archived by the owner on Sep 16, 2021. It is now read-only.

Add a devserver example that uses node_modules #126

Closed
appsforartists opened this issue Jan 11, 2018 · 1 comment
Closed

Add a devserver example that uses node_modules #126

appsforartists opened this issue Jan 11, 2018 · 1 comment

Comments

@appsforartists
Copy link
Contributor

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

@alexeagle
Copy link
Contributor

Let's use #103 for this.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants