Add missing files for Vue frontend
Don't add files to the staging area while IntelliJ is indexing, I guess.
This commit is contained in:
5
vue/babel.config.js
Normal file
5
vue/babel.config.js
Normal file
@@ -0,0 +1,5 @@
|
||||
module.exports = {
|
||||
presets: [
|
||||
'@vue/app'
|
||||
]
|
||||
};
|
Reference in New Issue
Block a user