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 ef35b62 commit cb2f0f2Copy full SHA for cb2f0f2
packages/vue-component/package.js
@@ -39,6 +39,7 @@ Package.registerBuildPlugin({
39
'vue-template-compiler': '2.5.13',
40
'vue-template-es2015-compiler': '1.6.0',
41
'colors': '1.1.2',
42
+ 'app-module-path': '2.2.0',
43
},
44
})
45
packages/vue-component/plugin/post-css.js
@@ -1,3 +1,7 @@
1
+// Makes sure we can load peer dependencies from app's directory.
2
+// See: https://github.com/meteor/meteor/issues/9865
3
+Npm.require('app-module-path/cwd')
4
+
5
import postcss from 'postcss'
6
import selectorParser from 'postcss-selector-parser'
7
import load from 'postcss-load-config'
0 commit comments