We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 817988b commit 5b4045bCopy full SHA for 5b4045b
2 files changed
karma.conf.js
@@ -65,7 +65,7 @@ export default config => {
65
stardust: `${paths.src}/index.js`,
66
},
67
68
- plugins: ENV.isProduction()
+ plugins: !ENV.isDevelopment()
69
? [exitPlugin]
70
: [],
71
package.json
@@ -63,6 +63,7 @@
63
"imports-loader": "^0.6.4",
64
"json-loader": "^0.5.3",
"karma": "^0.13.13",
+ "karma-cli": "^0.1.1",
"karma-mocha": "^0.2.0",
"karma-mocha-reporter": "^1.1.1",
"karma-phantomjs-launcher": "^0.2.1",
0 commit comments