We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2723439 commit 70dbb24Copy full SHA for 70dbb24
src/karma-webpack.js
@@ -30,7 +30,9 @@ function Plugin(
30
// Webpack 2.1.0-beta.7+ will throw in error if both entry and plugins are not specified in options
31
// https://github.com/webpack/webpack/commit/b3bc5427969e15fd3663d9a1c57dbd1eb2c94805
32
if (!webpackOptions.entry) {
33
- webpackOptions.entry = function(){return {}}
+ webpackOptions.entry = function(){
34
+ return {}
35
+ }
36
};
37
38
if (!webpackOptions.output) {
0 commit comments