Skip to content

Commit

Permalink
Merge pull request #118 from schoonc/patch-1
Browse files Browse the repository at this point in the history
Update nuxt.config.js
  • Loading branch information
atinux committed Jun 15, 2018
2 parents 215738d + 749a950 commit 15321a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ module.exports = {
** Run ESLINT on save
*/
extend (config, ctx) {
if (ctx.dev && ctx.isClient) {
if (ctx.isDev && ctx.isClient) {
config.module.rules.push({
enforce: 'pre',
test: /\.(js|vue)$/,
Expand Down

0 comments on commit 15321a0

Please sign in to comment.