Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 7f98b90

Browse files
committed
🧼 lint nuxt.config.js
1 parent 8613ec1 commit 7f98b90

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎nuxt.config.js‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ export default {
166166
// Build Configuration: https://go.nuxtjs.dev/config-build
167167
build: {
168168
extend: function (config, { isDev, isClient }) {
169-
config.resolve.alias.vue = 'vue/dist/vue.common'; //https://github.com/nuxt/nuxt.js/issues/1142#issuecomment-317272538
169+
config.resolve.alias.vue = 'vue/dist/vue.common' //https://github.com/nuxt/nuxt.js/issues/1142#issuecomment-317272538
170170
config.node = {
171171
fs: 'empty',
172-
};
172+
}
173173
},
174174
},
175175

@@ -178,4 +178,4 @@ export default {
178178
poll: true,
179179
},
180180
},
181-
};
181+
}

0 commit comments

Comments
 (0)