Skip to content

Commit a6aa55b

Browse files
authoredAug 31, 2016
Merge pull request #14 from scycer/patch-1
Swapping around plugins
2 parents d0752f6 + 6b8862e commit a6aa55b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎1-basic-react/webpack.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module.exports = {
1414
loader: 'babel-loader',
1515
query: {
1616
presets: ['react', 'es2015', 'stage-0'],
17-
plugins: ['react-html-attrs', 'transform-class-properties', 'transform-decorators-legacy'],
17+
plugins: ['react-html-attrs', 'transform-decorators-legacy', 'transform-class-properties'],
1818
}
1919
}
2020
]

0 commit comments

Comments
 (0)
Failed to load comments.