File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,6 @@ module.exports.toList = function(options) {
8484module . exports . _getDependencies = function ( config ) {
8585 let dependencies ;
8686 const precinctOptions = config . detectiveConfig ;
87- precinctOptions . includeCore = false ;
8887
8988 try {
9089 dependencies = precinct . paperwork ( config . filename , precinctOptions ) ;
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ class Config {
1313 this . requireConfig = options . config || options . requireConfig ;
1414 this . webpackConfig = options . webpackConfig ;
1515 this . nodeModulesConfig = options . nodeModulesConfig ;
16- this . detectiveConfig = options . detective || options . detectiveConfig || { } ;
16+ this . detectiveConfig = options . detective || options . detectiveConfig || { includeCore : false } ;
1717 this . tsConfig = options . tsConfig ;
1818 this . noTypeDefinitions = options . noTypeDefinitions ;
1919
You can’t perform that action at this time.
0 commit comments