cdde4db66c
Don't add files to the staging area while IntelliJ is indexing, I guess.
6 lines
54 B
JavaScript
6 lines
54 B
JavaScript
module.exports = {
|
|
presets: [
|
|
'@vue/app'
|
|
]
|
|
};
|