fex-team / fis-parser-babel-6.x

a babel 6.x parser for fis
BSD 2-Clause "Simplified" License
15 stars 5 forks source link

parse.babel-6.x: Unkonown plugin "transform-decorators-legacy" #37

Open onionQ opened 7 years ago

onionQ commented 7 years ago

fis3的配置如下: parser: fis.plugin('babel-6.x', { presets: ['es2015', 'react', 'stage-0'], plugins: ["transform-decorators-legacy"], sourceMaps: true, }), rExt: '.js' fis3 release报错: parse.babel-6.x: Unkonown plugin "transform-decorators-legacy" 求问原因和解决办法~

g8up commented 6 years ago

安装对应 plugin 了吗?

npm install babel-plugin-transform-decorators-legacy --save-dev