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