We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 439042d + 358a9f3 commit aaa3ca1Copy full SHA for aaa3ca1
src/plugins/postcss-module-composer.js
@@ -12,9 +12,10 @@ const {
12
shouldSkip,
13
} = require('./utils');
14
15
-const mainDist = path.resolve(__dirname, '../../dist/quark-loader-output.css');
16
-const main = fs.createWriteStream(mainDist);
+
17
module.exports = postcss.plugin('postcss-module-composer', () => (root) => {
+ const mainDist = path.resolve(__dirname, '../../dist/quark-loader-output.css');
18
+ const main = fs.createWriteStream(mainDist);
19
const hashmap = new HashMap();
20
let composerString = '';
21
let consumerString = '';
0 commit comments