We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0752f6 + 6b8862e commit a6aa55bCopy full SHA for a6aa55b
1-basic-react/webpack.config.js
@@ -14,7 +14,7 @@ module.exports = {
14
loader: 'babel-loader',
15
query: {
16
presets: ['react', 'es2015', 'stage-0'],
17
- plugins: ['react-html-attrs', 'transform-class-properties', 'transform-decorators-legacy'],
+ plugins: ['react-html-attrs', 'transform-decorators-legacy', 'transform-class-properties'],
18
}
19
20
]
0 commit comments