Revert "Switch to babel 6"

This commit is contained in:
David Baker
2016-10-14 18:49:52 +01:00
committed by GitHub
parent 8a0f6a0c6e
commit 5b4b81f7dc
8 changed files with 123 additions and 251 deletions
+7 -1
View File
@@ -131,7 +131,13 @@ module.exports = function (config) {
test: /\.js$/, loader: "babel",
include: [path.resolve('./src'),
path.resolve('./test'),
]
],
query: {
// we're using react 5, for consistency with
// the release build, which doesn't use the
// presets.
// presets: ['react', 'es2015'],
},
},
],
noParse: [