Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/vue-component/plugin/post-css.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down