File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ Current options:
35
35
* ` amd.skipLazyLoaded ` : tells the AMD detective to omit lazy-loaded dependencies (i.e., inner requires).
36
36
* ` es6.mixedImports ` : allows for all dependencies to be fetched from a file that contains both CJS and ES6 imports.
37
37
- Note: This will work for any file format that contains an es6 import.
38
+ * ` css.url ` : tells the CSS detective to include ` url() ` references to images, fonts, etc.
38
39
39
40
40
41
Finding non-JavaScript (ex: Sass and Stylus) dependencies:
Original file line number Diff line number Diff line change 39
39
"detective-cjs" : " ^2.0.0" ,
40
40
"detective-es6" : " ^1.2.0" ,
41
41
"detective-less" : " ^1.0.1" ,
42
- "detective-postcss" : " ^2.0 .0" ,
42
+ "detective-postcss" : " ^2.1 .0" ,
43
43
"detective-sass" : " ^2.0.0" ,
44
44
"detective-scss" : " ^1.0.0" ,
45
45
"detective-stylus" : " ^1.0.0" ,
You can’t perform that action at this time.
0 commit comments