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

12345678
  1. {
  2. "presets": ["@babel/preset-env"],
  3. "plugins": [
  4. ["@babel/plugin-transform-react-jsx", {
  5. "runtime": "automatic"
  6. }]
  7. ]
  8. }