We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb238e8 commit 2aa2dc7Copy full SHA for 2aa2dc7
package.json
@@ -51,6 +51,7 @@
51
"browserify": "^14.3.0",
52
"browserify-css": "^0.11.1",
53
"browserify-istanbul": "^2.0.0",
54
+ "browserify-imgify": "^0.0.1",
55
"chromedriver": "^2.29.2",
56
"clean-css-cli": "^4.1.6",
57
"commander": "^2.9.0",
test/karma.conf.js
@@ -22,6 +22,7 @@ module.exports = function (config) {
22
plugins: ['transform-class-properties']
23
}],
24
require('browserify-css'),
25
+ require('browserify-imgify'),
26
[require('browserify-istanbul'), {
27
instrumenterConfig: {
28
embedSource: true
0 commit comments