Skip to content

Commit

Permalink
style(lint): lint fixes (#195)
Browse files Browse the repository at this point in the history
  • Loading branch information
gyandeeps authored and joshwiens committed Jan 11, 2017
1 parent 2723439 commit 70dbb24
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/karma-webpack.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ function Plugin(
// Webpack 2.1.0-beta.7+ will throw in error if both entry and plugins are not specified in options
// https://github.com/webpack/webpack/commit/b3bc5427969e15fd3663d9a1c57dbd1eb2c94805
if (!webpackOptions.entry) {
webpackOptions.entry = function(){return {}}
webpackOptions.entry = function(){
return {}
}
};

if (!webpackOptions.output) {
Expand Down

0 comments on commit 70dbb24

Please sign in to comment.