Procházet zdrojové kódy

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

XhmikosR před 4 roky
rodič
revize
2a964189de
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      build/config/postcss.config.js

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

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