The Bubble web UI in VueJS
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

14 行
228 B

  1. {
  2. "presets": ["env", "stage-3"],
  3. "plugins": [
  4. [
  5. "babel-plugin-root-import",
  6. {
  7. "rootPathSuffix": "./src",
  8. "rootPathPrefix": "~/"
  9. }
  10. ],
  11. ["babel-plugin-syntax-dynamic-import"]
  12. ]
  13. }