Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUGFIX release] Ensure
loader.js
is transpiled via targets
.
Since `loader.js` is the "one thing" that does not need modules transpilation, this also adds a new argument to `transpileTree`. Most of the time that option is `undefined` (and therefore not used at all), but for header files we need to avoid the module wrapping.
- Loading branch information