Signed-off-by: Logaxn <logaxn@foxmail.com>

This commit is contained in:
Logaxn
2019-03-11 23:37:17 +08:00
parent 49ae4d9aee
commit 08e09565bd
13 changed files with 336 additions and 231 deletions

View File

@@ -41,7 +41,8 @@ module.exports = {
},
module: {
rules: [
...(config.dev.useEslint ? [createLintingRule()] : []),
// 暂时禁用 Eslint todo
// ...(config.dev.useEslint ? [createLintingRule()] : []),
{
test: /\.vue$/,
loader: 'vue-loader',