Fix tests
This commit is contained in:
parent
aa97335b20
commit
2088636b24
|
@ -16,7 +16,7 @@ const webpackConfig = merge(baseConfig, {
|
||||||
module: {
|
module: {
|
||||||
rules: utils.styleLoaders()
|
rules: utils.styleLoaders()
|
||||||
},
|
},
|
||||||
devtool: '#inline-source-map',
|
devtool: 'inline-source-map',
|
||||||
// vue: {
|
// vue: {
|
||||||
// loaders: {
|
// loaders: {
|
||||||
// js: 'isparta'
|
// js: 'isparta'
|
||||||
|
|
Loading…
Reference in New Issue