move coverage separate file and get component to calculate coverage as input

This commit is contained in:
Eugenio Romano
2017-06-05 02:37:12 +01:00
parent 282e64f93d
commit 1060b66534
3 changed files with 49 additions and 16 deletions

View File

@@ -8,15 +8,6 @@ module.exports = webpackMerge(commonConfig, {
module: {
rules: [
{
enforce: 'post',
test: /^(?!(.*spec|index|.*mock|.*model|.*event)).*\.ts?$/,
loader: 'istanbul-instrumenter-loader',
exclude: [
/node_modules/,
/test/
]
},
{
test: /\.(txt|pdf)$/,
loader: 'file-loader',