From 2a964189def0c62b233cd8576580882b954660d5 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sun, 31 May 2020 14:10:29 +0300 Subject: [PATCH] postcss.config.js: remove unused check (#2735) --- build/config/postcss.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/config/postcss.config.js b/build/config/postcss.config.js index 157291ffd..1b960e94f 100644 --- a/build/config/postcss.config.js +++ b/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