fix(webpack): Use fixed enhanced-resolve

This diverts to using a custom webpack branch to resolve
cyclic symlink issues with `enhanced-resolve` on Concourse.

Signed-off-by: Juan Cruz Viotti <jv@jviotti.com>
Change-Type: patch
This commit is contained in:
Juan Cruz Viotti 2018-03-26 23:16:33 -04:00 committed by Jonas Hermsmeier
parent ce71b81dbe
commit 9c1e32d4ba
No known key found for this signature in database
GPG Key ID: 1B870F801A0CEE9F
2 changed files with 835 additions and 49 deletions

882
npm-shrinkwrap.json generated

File diff suppressed because it is too large Load Diff

View File

@ -124,6 +124,6 @@
"sass-lint": "1.12.1", "sass-lint": "1.12.1",
"spectron": "3.7.2", "spectron": "3.7.2",
"versionist": "2.8.1", "versionist": "2.8.1",
"webpack": "3.10.0" "webpack": "github:jviotti/webpack#symlink-fix"
} }
} }