Closed cristianoc closed 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.
The following webpack config was needed for the flow examples:
Without it, the recursive requires generated by imports would lead to runtime errors.