Revert "Switch to babel 6"
This commit is contained in:
parent
5a08c62f1b
commit
ea09a25563
7 changed files with 41 additions and 114 deletions
|
@ -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: [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue