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.
1 parent ea64ebd commit 2e1bff5Copy full SHA for 2e1bff5
packages/vue-component/plugin/post-css.js
@@ -8,7 +8,7 @@ let loaded
8
loadPostcssConfig = Meteor.wrapAsync(function (cb) {
9
let error = null
10
if (!loaded) {
11
- loaded = load().catch(err => {
+ loaded = load({'vue-meteor': true}).catch(err => {
12
// postcss-load-config throws error when no config file is found,
13
// but for us it's optional. only emit other errors
14
if (err.message.indexOf('No PostCSS Config found') < 0) {
0 commit comments