We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61102ee commit 34aaebfCopy full SHA for 34aaebf
.babelrc.js
@@ -1,11 +1,11 @@
1
module.exports = function(api) {
2
const plugins = [
3
'@babel/plugin-syntax-dynamic-import',
4
- '@babel/plugin-proposal-class-properties',
5
'@babel/plugin-proposal-export-default-from',
6
'@babel/plugin-proposal-export-namespace-from',
7
'@babel/plugin-proposal-object-rest-spread',
8
'babel-plugin-flow-react-proptypes',
+ '@babel/plugin-proposal-class-properties',
9
]
10
const presets = [
11
[
0 commit comments