meteor-css-modules icon indicating copy to clipboard operation
meteor-css-modules copied to clipboard

Doesn't output merged-stylesheets.css on server with Meteor server-render

Open mcissel opened this issue 7 years ago • 2 comments

I made a minimal repo to show the issue https://github.com/mcissel/meteor-css-modules-ssr-bug

I've set the flag:

  "cssModules": {
    "specificArchitecture": false
  }

But it's not doing it.

mcissel avatar Aug 21 '18 13:08 mcissel

I explicitly avoid outputting the stylesheet on the server, because attempting to do so in the past has caused an error as Meteor didn't support it. Has that behavior changed?

akanix42 avatar Nov 10 '18 14:11 akanix42

Meteor has a server rendering feature now https://docs.meteor.com/packages/server-render.html

mcissel avatar Feb 12 '19 21:02 mcissel