Skip to content

Issue w/ SSR #25

@jrodl3r

Description

@jrodl3r

Having a tough time adding this to a project - react-webpack-node

Able to log "opts", "css", and "styles" output, so it's getting good data.

Wondering if the Server Side Rendering (injects all HTML onLoad) is what might be blocking this package from showing any visible browser activity?

postCSS setup:

[
  require('postcss-import')({
    path: path.join(__dirname, '..', 'app', 'css'),
    addDependencyTo: webpack
  }),
  require('postcss-cssnext')({
    browsers: ['> 1%', 'last 2 versions']
  }),
  require('postcss-browser-reporter'),
  require('postcss-reporter')({ clearMessages: true })
]

Thx

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions