akanix42 / meteor-css-modules

MIT License
92 stars 20 forks source link

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

Open mcissel opened 6 years ago

mcissel commented 6 years ago

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.

akanix42 commented 5 years ago

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?

mcissel commented 5 years ago

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