nwb is getting a new boolean runtime
option which triggers use of babel-plugin-transform-runtime
I think it also needs a polyfill
option to control polyfilling, as babel-plugin-transform-runtime
is also related to polyfilling (see below)
(polyfill
could also be used to automatically include babel-polyfill
for apps when configured to do so)