Skip to content
Snippets Groups Projects
.babelrc 129 B
Newer Older
  • Learn to ignore specific revisions
  • Pan's avatar
    Pan committed
    {
    
    Pan's avatar
    Pan committed
      "presets": [
        ["env", { "modules": false }],
        "stage-2"
      ],
    
    Pan's avatar
    Pan committed
      "plugins": ["transform-runtime"],
      "comments": false
    }