refactor: some feedback updates from coderabbit
This commit is contained in:
parent
e3d1386f6a
commit
a020bf5dca
6 changed files with 36 additions and 7 deletions
|
|
@ -1,5 +1,5 @@
|
|||
const { defineConfig } = require('@vue/cli-service')
|
||||
module.exports = defineConfig({
|
||||
transpileDependencies: true,
|
||||
lintOnSave: true
|
||||
lintOnSave: process.env.NODE_ENV !== 'production'
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue