mirror of https://github.com/vector-im/riot-web
parent
f20b2593bc
commit
18450058d7
|
@ -92,13 +92,7 @@ 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…
Reference in New Issue