mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
Remove presets from karma.conf
seemt o be picked up from .babelrc
This commit is contained in:
parent
f20b2593bc
commit
18450058d7
1 changed files with 1 additions and 7 deletions
|
@ -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 a new issue