The Bubble web UI in VueJS
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

13 行
184 B

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