Bug: Disable logging to file on asset precompile (#637)
This commit is contained in:
@@ -28,7 +28,7 @@ module.exports = {
|
||||
}],
|
||||
'vue/html-self-closing': 'off',
|
||||
"vue/no-v-html": 'off',
|
||||
'import/extensions': ['never']
|
||||
'import/extensions': ['off']
|
||||
|
||||
},
|
||||
settings: {
|
||||
|
||||
Reference in New Issue
Block a user