faceyspacey / webpack-flush-chunks

💩 server-to-client chunk discovery + transportation for Universal Rendering
MIT License
355 stars 33 forks source link

Pass through props in Js and Styles #84

Open tstirrat15 opened 5 years ago

tstirrat15 commented 5 years ago

Fixes #83

Motivation

See #83. It'd be nice to be able to pass through additional props, such as a nonce, without having to maintain those individual props in the context of this library.

Changes