mirror of
https://github.com/simon987/music-graph-ui.git
synced 2025-12-15 07:39:04 +00:00
Initial commit
This commit is contained in:
20
ui/music_graph/.babelrc
Normal file
20
ui/music_graph/.babelrc
Normal file
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"presets": [
|
||||
[
|
||||
"env",
|
||||
{
|
||||
"modules": false
|
||||
}
|
||||
]
|
||||
],
|
||||
"plugins": [
|
||||
"lodash",
|
||||
[
|
||||
"component",
|
||||
{
|
||||
"libraryName": "element-ui",
|
||||
"styleLibraryName": "theme-default"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user