no message

Former-commit-id: dfb70c261eb670133d905f25fc525f59d01a05f2
Former-commit-id: 38532f4c1cd8b63afadd21d80e4f7a56200ecbdf
Former-commit-id: 589c68cc6aad2aadb828be5bda04c9eea2ad0bed
This commit is contained in:
李杨
2018-02-13 23:34:20 +08:00
parent 928458b19f
commit 508ca330bc
3 changed files with 23 additions and 5 deletions

View File

@@ -7,10 +7,13 @@ const sourceMapEnabled = isProduction
: config.dev.cssSourceMap
module.exports = {
loaders: utils.cssLoaders({
sourceMap: sourceMapEnabled,
extract: isProduction
}),
loaders: {
...utils.cssLoaders({
sourceMap: sourceMapEnabled,
extract: isProduction
}),
i18n: '@kazupon/vue-i18n-loader'
},
cssSourceMap: sourceMapEnabled,
cacheBusting: config.dev.cacheBusting,
transformToRequire: {