Skip to content

Commit

Permalink
refactor(webpack): use simple equal expression
Browse files Browse the repository at this point in the history
  • Loading branch information
axetroy committed Sep 19, 2017
1 parent 1f40d22 commit 06661b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ module.exports = {
}
},
plugins: [],
watch: env === "development" ? true : false
watch: env === "development"
};

switch (env) {
Expand Down

0 comments on commit 06661b3

Please sign in to comment.