Reproduction:
meteor run
Should eventually crash with
Error: Cannot find module '../core-js/symbol/iterator'
Moving babel-runtime
from devDependencies
to dependencies
seems to fix it.
Example of crash when babel-runtime is in devDependencies in METEOR@1.4.2-beta.7
HTML
Reproduction:
meteor run
Should eventually crash with
Error: Cannot find module '../core-js/symbol/iterator'
Moving babel-runtime
from devDependencies
to dependencies
seems to fix it.