Skip to content

Commit 1dc8115

Browse files
committed
refactor: npm upgrade
1 parent faebd88 commit 1dc8115

File tree

3 files changed

+4039
-4336
lines changed

3 files changed

+4039
-4336
lines changed

Diff for: nuxt.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ module.exports = {
6868
** Run ESLint on save
6969
*/
7070
extend(config, ctx) {
71-
if (ctx.isDev && ctx.isClient) {
71+
if (ctx.isDev && process.client) {
7272
config.module.rules.push({
7373
enforce: 'pre',
7474
test: /\.(js|vue)$/,

0 commit comments

Comments
 (0)