Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(webpack): use typeRoots to avoid TS typing issue when cssnano and…
… protractor are selected cssnano and protractor load different version of @types/q which confused TypeScript. It's likely only confusing ts-loader because only webpack app is affected, not cli-bundler app. Setting typeRoots is not flexible in lerna hoisting environment, that's why we did not turn it globally for webpack+TypeScript app. closes #1090
- Loading branch information