Revert "Switch to babel 6"

This commit is contained in:
David Baker 2016-10-14 18:50:22 +01:00 committed by GitHub
parent 5a08c62f1b
commit ea09a25563
7 changed files with 41 additions and 114 deletions

View file

@ -92,7 +92,13 @@ module.exports = function (config) {
test: /\.js$/, loader: "babel",
include: [path.resolve('./src'),
path.resolve('./test'),
]
],
query: {
// we're using babel 5, for consistency with
// the release build, which doesn't use the
// presets.
// presets: ['react', 'es2015'],
},
},
],
noParse: [