Quantcast
Channel: User Hamfri - Stack Overflow
Viewing all articles
Browse latest Browse all 42

Answer by Hamfri for Support for the experimental syntax 'classProperties' isn't currently enabled

$
0
0

I faced the same issue while trying to transpile some jsx with babel. Below is the solution that worked for me. You can add the following json to your .babelrc

{"presets": [    ["@babel/preset-react",      { "targets": { "browsers": ["last 3 versions", "safari >= 6"] } }    ]  ],"plugins": [["@babel/plugin-proposal-class-properties"]]}

Viewing all articles
Browse latest Browse all 42

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>