You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2022. It is now read-only.
Long time without comment from me, sorry about that. I don't really want to add webpack into the mix here, and not really sure the best way to even do that, but if somebody wanted to work on an example I'd take it. Honestly though you probably just want to use something like Next.js (https://github.com/zeit/next.js/)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
// Excuse my beginner's English
I use explicit collecting css into the
bundle.css
via imports:import './PoetAvatar.css'
webpack reads these imports and put all grabbed CSS together into my
dist/bundle.css
I attempted to add server-side rendering now
Then I got the error:
Syntax error: Unexpected token .
Is it possible that
express-react-views
would inline CSS from these imports into the<style>
?The text was updated successfully, but these errors were encountered: