/meteor-dev-dependency-bug

Example of crash when babel-runtime is in devDependencies in METEOR@1.4.2-beta.7

Primary LanguageHTML

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.