Bug: Disable logging to file on asset precompile (#637)

This commit is contained in:
Pranav Raj S
2020-03-22 20:38:49 +05:30
committed by GitHub
parent 1c4566df66
commit a94f14ca22
6 changed files with 363 additions and 185 deletions

View File

@@ -28,7 +28,7 @@ module.exports = {
}],
'vue/html-self-closing': 'off',
"vue/no-v-html": 'off',
'import/extensions': ['never']
'import/extensions': ['off']
},
settings: {