mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 14:11:07 +00:00
remove debug
This commit is contained in:
parent
452747b3c4
commit
a487b9e9c5
@ -1,7 +1,6 @@
|
||||
const { existsSync } = require('fs')
|
||||
const { resolve } = require('path')
|
||||
const { cloneDeep } = require('lodash')
|
||||
const debug = require('debug')('nuxt:postcss')
|
||||
const { isPureObject } = require('../../common/utils')
|
||||
|
||||
module.exports = function postcssConfig() {
|
||||
@ -18,7 +17,6 @@ module.exports = function postcssConfig() {
|
||||
for (let file of ['postcss.config.js', '.postcssrc.js', '.postcssrc', '.postcssrc.json', '.postcssrc.yaml']) {
|
||||
if (existsSync(resolve(dir, file))) {
|
||||
const postcssConfigPath = resolve(dir, file)
|
||||
debug(`Using config file: ${postcssConfigPath}`)
|
||||
return {
|
||||
sourceMap: this.options.build.cssSourceMap,
|
||||
config: {
|
||||
|
Loading…
Reference in New Issue
Block a user