babel-preset-stage-2

 

 

{
"presets": ["es2015", "stage-2"],
"plugins": [
"transform-runtime",
"transform-strict-mode",
"transform-es2015-modules-commonjs",
"transform-es2015-spread",
"transform-es2015-destructuring",
"transform-es2015-parameters",
"syntax-async-functions",
"transform-async-to-generator",
"syntax-export-extensions",
"transform-es2015-spread"
]
}

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-03-27
猜你喜欢
  • 2021-08-09
  • 2022-02-15
  • 2022-01-21
  • 2022-02-22
  • 2021-11-16
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案