| Index: README.md |
| =================================================================== |
| --- a/README.md |
| +++ b/README.md |
| @@ -17,6 +17,8 @@ |
| This should create and populate, both `./node_modules` folder and the `./buildtools` one. |
| +**Note:** [devDependencies](https://docs.npmjs.com/files/package.json#devdependencies) are not preinstalled during extension build, use [dependencies](https://docs.npmjs.com/files/package.json#dependencies) instead. |
|
saroyanm
2018/03/15 20:57:37
Giving another thought, I'm not sure if it's an un
a.giammarchi
2018/03/15 22:36:52
devDependencies are *never* shipped to production.
|
| + |
| Directory structure |
| ------------------- |