parent
e6caf9ece4
commit
0c3537ac1a
|
@ -92,13 +92,7 @@ module.exports = function (config) {
|
||||||
test: /\.js$/, loader: "babel",
|
test: /\.js$/, loader: "babel",
|
||||||
include: [path.resolve('./src'),
|
include: [path.resolve('./src'),
|
||||||
path.resolve('./test'),
|
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: [
|
noParse: [
|
||||||
|
|
Loading…
Reference in New Issue