Skip to content
Snippets Groups Projects
.babelrc 145 B
Newer Older
  • Learn to ignore specific revisions
  • lain's avatar
    lain committed
    {
    
    HJ's avatar
    HJ committed
      "presets": ["@babel/preset-env"],
    
      "plugins": ["@babel/plugin-transform-runtime", "lodash", "@vue/babel-plugin-jsx"],
    
    lain's avatar
    lain committed
      "comments": false
    }