File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 91
91
"silent-error" : " ^1.0.0" ,
92
92
"source-map" : " ^0.5.6" ,
93
93
"source-map-loader" : " ^0.2.0" ,
94
+ "source-map-support" : " ^0.4.1" ,
94
95
"style-loader" : " ^0.13.1" ,
95
96
"stylus" : " ^0.54.5" ,
96
97
"stylus-loader" : " ^3.0.1" ,
Original file line number Diff line number Diff line change 75
75
"semver" : " ^5.1.0" ,
76
76
"silent-error" : " ^1.0.0" ,
77
77
"source-map-loader" : " ^0.2.0" ,
78
+ "source-map-support" : " ^0.4.1" ,
78
79
"istanbul-instrumenter-loader" : " ^2.0.0" ,
79
80
"style-loader" : " ^0.13.1" ,
80
81
"stylus" : " ^0.54.5" ,
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import { KarmaWebpackThrowError } from './karma-webpack-throw-error';
12
12
* Enumerate needed (but not require/imported) dependencies from this file
13
13
* to let the dependency validator know they are used.
14
14
*
15
+ * require('source-map-support')
15
16
* require('karma-source-map-support')
16
17
*/
17
18
You can’t perform that action at this time.
0 commit comments