// This file extends the webpack.dev.js config to add istanbul coverage // instrumentation using babel-plugin-istanbul (see babel.coverage.js) const config = require('./webpack.dev'); const path = require('path'); config.devtool = false; const vueLoaderRule = config.module.rules.find(r => r.use === 'vue-loader'); vueLoaderRule.use = { loader: 'vue-loader' // Attempt to use Babel with babel-plugin-istanbul // TODO The purpose of this was to try to add coverage to JS expressions // inside `