babel-preset-silk-node4

1.4.0 • Public • Published

Silk Babel Preset (Node 4)

This is a flattened babel-preset for node 4 ...

This project does not ship with the entire set of babel plugins as npm dependencies instead it flattens all the dependencies into a single fast loading file (built /w webpack).

Performance differences?

Babel performs a relatively complex preset merging process which adds overhead (it needs to require each preset then all the plugins) in production this added up to about 3s of overhead in our usage.

Part of this slowness is related to the lack of advanced deduping in npm2 (which we are still currently pinned to) but gains can be seen even using npm3 on vanilla stage-0 install (1.01s vs 1.8s to boot babel-node).

How to build:

npm run compile

# Check in index.js to source tree ...

LICENSE

MIT

Package Sidebar

Install

npm i babel-preset-silk-node4

Weekly Downloads

8

Version

1.4.0

License

MIT

Last publish

Collaborators

  • lights-of-apollo
  • mvines