Misc fixes

This commit is contained in:
Nicolas Gallagher
2015-09-07 09:45:10 -07:00
parent cd215a916d
commit 50771fc5cd
5 changed files with 32 additions and 17 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ module.exports = function (config) {
preprocessors: {
'src/specs.bundle.js': [ 'webpack', 'sourcemap' ]
},
reporters: [ process.env.TRAVIS ? 'dots' : 'progress' ],
reporters: [ 'dots' ],
singleRun: true,
webpack: assign({}, webpackConfig, { devtool: 'inline' }),
webpackMiddleware: {