Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 681 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 681 Bytes

React Server Component Test

This repository aims to test React Server Components & client-side bundles.

It:

  • Has production sourcemaps enabled
  • Uses webpack/babel defaults (not swc, as that appears to be broken atm)
  • Has concurrentFeatures & serverComponents enabled
  • Is deployed to react-server-components-test.vercel.app.

What happens:

  • moment.js is included in index.server.js
  • moment.js appears as a client-side bundle

What I expected:

  • moment.js not to be included as a client-side bundle

image