|
|
|
|
|
by lhorie
4177 days ago
|
|
yep, the point though is that having a build step during dev adds some overhead (which can easily go into the several seconds range in my experience) into the type-save-reload cycle, which is exacerbated by hit-reload-before-build-finished-so-need-to-reload-again pattern. My understanding is that this tool removes that entire class of annoyances, and gives a no-hassle live-reload ES6-enabled environment on top. |
|
https://gist.github.com/substack/68f8d502be42d5cd4942
Importantly, overloading require like this:
... means that you can't publish this module to npm and have the require statements work as expected.