fable-compiler / fable-react

Fable bindings and helpers for React and React Native
MIT License
273 stars 67 forks source link

Fixes webpack ReferenceError for SSRSample #187

Closed Kethet closed 4 years ago

Kethet commented 4 years ago

Attempting to launch the SSRSample gives ReferenceError: webpack is not defined.

MangelMaxime commented 4 years ago

Good catch :) Thank you