浏览代码

postcss.config.js: remove unused check (#2735)

XhmikosR 4 年之前
父节点
当前提交
2a964189de
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build/config/postcss.config.js

+ 1 - 1
build/config/postcss.config.js

@@ -1,7 +1,7 @@
 'use strict'
 
 module.exports = (ctx) => ({
-  map: ctx.file.dirname.includes('examples') ? false : {
+  map: {
     inline: false,
     annotation: true,
     sourcesContent: true