From 1d21cef9736cae6b24c68b8b8393a8dc3ae6b019 Mon Sep 17 00:00:00 2001 From: Mitar Date: Fri, 4 May 2018 00:58:35 -0700 Subject: [PATCH] Add custom context so that one can identify this configuration. --- packages/vue-component/plugin/post-css.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/vue-component/plugin/post-css.js b/packages/vue-component/plugin/post-css.js index 2865e29..b1c67a8 100644 --- a/packages/vue-component/plugin/post-css.js +++ b/packages/vue-component/plugin/post-css.js @@ -8,7 +8,7 @@ let loaded loadPostcssConfig = Meteor.wrapAsync(function (cb) { let error = null if (!loaded) { - loaded = load().catch(err => { + loaded = load({'vue-meteor': true}).catch(err => { // postcss-load-config throws error when no config file is found, // but for us it's optional. only emit other errors if (err.message.indexOf('No PostCSS Config found') < 0) {