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

.babelrc 228 B

12345678910111213
  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. }