Closed matt-gadd closed 7 years ago
Merging #75 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #75 +/- ##
=======================================
Coverage 95.96% 95.96%
=======================================
Files 9 9
Lines 322 322
Branches 53 53
=======================================
Hits 309 309
Misses 10 10
Partials 3 3
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 97abe7e...317e4b9. Read the comment docs.
Type: bug
Description: Currently it's not possible to
grunt link
this project due to some behaviour we depend on in dts-loader. Turns out this did actually work fine pre webpack 2 conversion https://github.com/dojo/cli-build/pull/67, because we actually had the local node_modules in our resolving paths (https://github.com/dojo/cli-build/blob/b727d5256816db14d6c39421da6912d2c3fc7ea6/src/webpack.config.ts#L173)