mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Remove presets from karma.conf
seemt o be picked up from .babelrc
This commit is contained in:
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
Block a user