We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28dd306 commit 4ad4820Copy full SHA for 4ad4820
quasar.conf.js
@@ -79,15 +79,15 @@ module.exports = function (ctx) {
79
// analyze: true,
80
// extractCSS: false,
81
extendWebpack (cfg) {
82
- cfg.module.rules.push({
83
- enforce: 'pre',
84
- test: /\.(js|vue)$/,
85
- loader: 'eslint-loader',
86
- exclude: /node_modules/,
87
- options: {
88
- formatter: require('eslint').CLIEngine.getFormatter('stylish')
89
- }
90
- })
+ // cfg.module.rules.push({
+ // enforce: 'pre',
+ // test: /\.(js|vue)$/,
+ // loader: 'eslint-loader',
+ // exclude: /node_modules/,
+ // options: {
+ // formatter: require('eslint').CLIEngine.getFormatter('stylish')
+ // }
+ // })
91
}
92
},
93
0 commit comments