rrdelaney / reason-scripts

:beginner: Create a ReasonML and React development environment
MIT License
628 stars 58 forks source link

Use bsb in source build for bs-loader as default #77

Closed br1anchen closed 5 years ago

br1anchen commented 6 years ago

Fix #69 It seems like bs-loader read package-specs from Reason-Apollo to load dependencies in es6 mode too. By using bsb in source build, it seems like solving the issue.

rrdelaney commented 5 years ago

That config flag is a default, the value is determined at runtime by looking at the user's bsconfig.json file. I don't know if this change would fix that.