File tree 2 files changed +1
-2
lines changed
2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,6 @@ module.exports.toList = function(options = {}) {
82
82
*/
83
83
module . exports . _getDependencies = function ( config = { } ) {
84
84
const precinctOptions = config . detectiveConfig ;
85
- precinctOptions . includeCore = false ;
86
85
let dependencies ;
87
86
88
87
try {
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ module.exports = class Config {
16
16
this . requireConfig = options . config || options . requireConfig ;
17
17
this . webpackConfig = options . webpackConfig ;
18
18
this . nodeModulesConfig = options . nodeModulesConfig ;
19
- this . detectiveConfig = options . detective || options . detectiveConfig || { } ;
19
+ this . detectiveConfig = options . detective || options . detectiveConfig || { includeCore : false } ;
20
20
this . tsConfig = options . tsConfig ;
21
21
this . noTypeDefinitions = options . noTypeDefinitions ;
22
22
You can’t perform that action at this time.
0 commit comments