diff --git a/1-basic-react/webpack.config.js b/1-basic-react/webpack.config.js index e31a6282..916380db 100644 --- a/1-basic-react/webpack.config.js +++ b/1-basic-react/webpack.config.js @@ -14,7 +14,7 @@ module.exports = { loader: 'babel-loader', query: { presets: ['react', 'es2015', 'stage-0'], - plugins: ['react-html-attrs', 'transform-class-properties', 'transform-decorators-legacy'], + plugins: ['react-html-attrs', 'transform-decorators-legacy', 'transform-class-properties'], } } ]