dojo / cli-build-webpack

🚀 **DEPRECATED** Dojo 2 - cli command for building applications
http://dojo.io
Other
4 stars 19 forks source link

Add local node_nodules resolution to fix grunt link #75

Closed matt-gadd closed 7 years ago

matt-gadd commented 7 years ago

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)

codecov-io commented 7 years ago

Codecov Report

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.