码迷,mamicode.com
首页 > Web开发 > 详细

webpack打包时报错:Support for the experimental syntax 'classProperties' isn't currently enabled

时间:2019-12-10 17:16:35      阅读:155      评论:0      收藏:0      [点我收藏+]

标签:info   span   图片   时报   plugins   打包   http   png   exp   

在写react项目创建class时使用了静态属性,但是在打包的时候报错:

技术图片

 根据报错提示下载@babel/plugin-proposal-class-properties包,并在.babelrc文件中的"plugins"里添加一项"@babel/plugin-proposal-class-properties"

{
    "presets": ["@babel/preset-env", "@babel/preset-react"],
    "plugins": ["@babel/plugin-transform-runtime","@babel/plugin-proposal-class-properties"]
}

重新打包即可。

webpack打包时报错:Support for the experimental syntax 'classProperties' isn't currently enabled

标签:info   span   图片   时报   plugins   打包   http   png   exp   

原文地址:https://www.cnblogs.com/zcy9838/p/12017313.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!