Proxy packages instead of symlinks (#245)

* all: replace symlinks with proxy modules

* replacing symlinking with copying proxy packages

* https-proxy: add missing prod dependency lodash

* put actual path to main for each package proxy

* better console log

* driver: include index.js in published files

* https-proxy was missing debug production dependency

* app built with proxied packages works

* delete existing node_modules/@packages before making proxies

* explicit async fs call

* server: remove deep paths in tests

* driver: remove nested path to @packages

* link: ensure each package has main set
This commit is contained in:
Gleb Bahmutov
2017-06-30 11:33:09 -04:00
committed by Brian Mann
parent 37c786b827
commit 1439976ac9
10 changed files with 110 additions and 46 deletions

View File

@@ -29,7 +29,9 @@
},
"dependencies": {
"bluebird": "^3.4.0",
"debug": "^2.6.8",
"fs-extra": "^0.30.0",
"lodash": "^4.17.4",
"node-forge": "^0.6.39",
"semaphore": "^1.0.5",
"server-destroy-vvo": "1.0.1",