New Changes
BuckleScript 1.4.2 release comes with quite a few enhancements.
Most notable features
The build system is ready to handle multiple npm packages, and its module system can be overriden by the end user. For example, if the library A(end user) depends library B and library C, we only need tell the build system that A needs goog module system, then B, C will be built using goog module system too.
There are quite lots of enhancements to the build system, we strongly recommend users to re-read the documentation (old docs).
This article was originally released on https://bucklescript.github.io/blog/2017/10/02/release-1-4-2
Want to read more?
Back to Overview