Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
React by default
Browse files Browse the repository at this point in the history
  • Loading branch information
anaisbetts committed Jan 4, 2016
1 parent 26e5010 commit cda2410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ export function calculateDefaultCompileCacheDirectory() {
export function getDefaultConfiguration() {
return {
'application/javascript': {
"presets": ["stage-0", "es2015"],
"presets": ["stage-0", "es2015", "react"],
"sourceMaps": "inline"
}
};
Expand Down

0 comments on commit cda2410

Please sign in to comment.