diff --git a/vue.config.js b/vue.config.js index 498480407..c98b79ee4 100644 --- a/vue.config.js +++ b/vue.config.js @@ -12,6 +12,7 @@ if (process.env.NODE_ENV !== "production") { } module.exports = { + lintOnSave: false, runtimeCompiler: true, transpileDependencies: ["vuetable-2"], configureWebpack: {