diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-21 18:27:43 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2019-05-21 18:27:43 +0000 |
| commit | 233506f6c1b0b16ca62c557ae6eca4a585e28a2c (patch) | |
| tree | efd450694038b5cbd65d4ae06ccdded3f38baaf3 /build/utils.js | |
| parent | 0fc7cbfa2462cfc025f6d218f02649693a71f677 (diff) | |
| parent | 52475dbf23ee1ccee1c6cbc23cfd7b4af23dd8a9 (diff) | |
Merge branch 'fix-pipelines' into 'develop'
Fix pipelines and clean up console output
See merge request pleroma/pleroma-fe!804
Diffstat (limited to 'build/utils.js')
| -rw-r--r-- | build/utils.js | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build/utils.js b/build/utils.js index 3beee774..b45ffc16 100644 --- a/build/utils.js +++ b/build/utils.js @@ -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) } |
