Open onionQ opened 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" 求问原因和解决办法~
parser: fis.plugin('babel-6.x', { presets: ['es2015', 'react', 'stage-0'], plugins: ["transform-decorators-legacy"], sourceMaps: true, }), rExt: '.js'
parse.babel-6.x: Unkonown plugin "transform-decorators-legacy"
安装对应 plugin 了吗?
npm install babel-plugin-transform-decorators-legacy --save-dev
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"
求问原因和解决办法~