Skip to content

Commit 0553927

Browse files
committed
fix class option
1 parent f6cbc29 commit 0553927

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"@babel/plugin-proposal-throw-expressions",
1919
"@babel/plugin-syntax-dynamic-import",
2020
"@babel/plugin-syntax-import-meta",
21-
["@babel/plugin-proposal-class-properties", { "loose": false }],
21+
["@babel/plugin-proposal-class-properties", { "loose": true }],
2222
"@babel/plugin-proposal-json-strings",
2323
"react-hot-loader/babel"
2424
]

src/containers/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default class Main extends Component {
55
return (
66
<div style={{ textAlign: 'center' }}>
77
<h2>Hello, I`m ReactMaker.</h2>
8-
<p>To get started, edit containers/index.js wer</p>
8+
<p>To get started, edit containers/index.js</p>
99
</div>
1010
);
1111
}

0 commit comments

Comments
 (0)