karma stuff, still broken tho

This commit is contained in:
Henry Jameson 2019-04-10 22:36:37 +03:00
parent 35fb4ac40e
commit 77db9c5c69
3 changed files with 219 additions and 265 deletions

View file

@ -13,7 +13,7 @@ var projectRoot = path.resolve(__dirname, '../../')
var webpackConfig = merge(baseConfig, {
// use inline sourcemap for karma-sourcemap-loader
module: {
loaders: utils.styleLoaders()
rules: utils.styleLoaders()
},
devtool: '#inline-source-map',
// vue: {