vue-meteor icon indicating copy to clipboard operation
vue-meteor copied to clipboard

not outputing css when used with juliancwirko:postcss

Open eybarta opened this issue 7 years ago • 4 comments

Hey man

thanks for all your great work.

When building for production with meteor, none of my .vue files are outputing their css.. in dev mode everything works perfect, could you possibly point me in the right direction in order to solve this issue?

thx

eybarta avatar Jun 18 '17 19:06 eybarta

This issue is related to #188

green-coder avatar Aug 16 '17 05:08 green-coder

PostCSS is already included in vue-component.

Akryum avatar Oct 27 '17 16:10 Akryum

I think it does not work only for components from imports. To me it works for components outside (I do not use imports). But I had an issue with order of CSS (during development, they were added at the end, but in production component CSS was added at the beginning). But that was how I was adding other CSS in the project.

mitar avatar May 03 '18 16:05 mitar

Hello @mitar ,

Did anyone find a solution to minify css/scss from vue components ??

When you are not using the imports folder, all files are globally imported by Meteor. We prefer to use imports(as a black box) to import files in the order we want

mathieustan avatar Jan 03 '20 14:01 mathieustan