Fix pipelines and clean up console output

This commit is contained in:
Henry Jameson 2019-05-21 21:22:00 +03:00
parent 0fc7cbfa24
commit 52475dbf23
3 changed files with 3 additions and 7 deletions

View file

@ -58,7 +58,5 @@ exports.cssLoaders = function (options) {
// Generate loaders for standalone style files (outside of .vue)
exports.styleLoaders = function (options) {
var output = exports.cssLoaders(options)
console.log(output)
return output
return exports.cssLoaders(options)
}

View file

@ -14,8 +14,6 @@ let commitHash = require('child_process')
.execSync('git rev-parse --short HEAD')
.toString();
console.log(commitHash)
var webpackConfig = merge(baseWebpackConfig, {
mode: 'production',
module: {