react-koa2-ssr icon indicating copy to clipboard operation
react-koa2-ssr copied to clipboard

babel 的 preset 配置是不是冗余了

Open zzlw opened this issue 6 years ago • 0 comments

` { "presets": ["react", "es2015", "stage-0", "stage-1", "stage-2", "stage-3"], "plugins": ["transform-runtime"] }

` stage-0已经包含(stage-1,stage-2,stage-3)

zzlw avatar Mar 23 '18 01:03 zzlw