Skip to content

Commit 2e1bff5

Browse files
mitarAkryum
authored andcommitted
Add custom context so that one can identify this configuration. (#316)
1 parent ea64ebd commit 2e1bff5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vue-component/plugin/post-css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ let loaded
88
loadPostcssConfig = Meteor.wrapAsync(function (cb) {
99
let error = null
1010
if (!loaded) {
11-
loaded = load().catch(err => {
11+
loaded = load({'vue-meteor': true}).catch(err => {
1212
// postcss-load-config throws error when no config file is found,
1313
// but for us it's optional. only emit other errors
1414
if (err.message.indexOf('No PostCSS Config found') < 0) {

0 commit comments

Comments
 (0)