When I run ember s
my application works just fine, but when I run ember s --environment=production
I get the following error:
Uncaught TypeError: undefined is not a function
Uncaught error: Could not find module ember-cli-bootstrap/utils/test-breadcrumbs
Any ideas what I might be doing wrong.