switch from Babel 5 to Babel 6

use of isparta for coverage reporting
This commit is contained in:
Ivan Tivonenko
2016-01-12 06:23:19 +02:00
parent 7bfe4a6cd8
commit aa6020e00d
11 changed files with 117 additions and 120 deletions

View File

@@ -35,7 +35,7 @@ function webpackConfig(extension, overrides) {
}, {
test: /\.js$/,
exclude: [/node_modules/],
loader: 'babel-loader?optional=runtime'
loader: 'babel-loader'
}, {
test: /\.json/,
loader: 'json-loader'