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
Only include dev-server parts if for dev server (#2644)
* Only include dev-server parts if for dev server
Without this change, webpack still includes things like window
in the build even if not using the webpack-dev-server.
When that happens, the bundle cannot be used for server-side rendering.
* Linting
* Add jest test
0 commit comments