rescript-association / genType

Auto generation of idiomatic bindings between Reason and JavaScript: either vanilla or typed with TypeScript/FlowType.
https://rescript-lang.org/docs/gentype/latest/introduction
MIT License
757 stars 44 forks source link

Examples: update webpack to version 5. #581

Closed cristianoc closed 3 years ago

cristianoc commented 3 years ago

The following webpack config was needed for the flow examples:

target: ['web', 'es5'],

Without it, the recursive requires generated by imports would lead to runtime errors.