[Bug] Error: Ember is not defined
(Ember ~v4.4.0) in production builds
#158
Labels
bug
Something isn't working
Describe the bug
We're running into the exact same issue as #103 with the exception that in only happens when creating a production build of the "dummy" app.
Steps to reproduce the behavior
ember build --environment=production
to create a production build of the dummy appbuild-storybook
npx http-server ./storybook-static
Ember is not defined
message will be shown in the preview sectionExpected behavior
The component is rendered as normal.
Environment
Additional context
This check fails because
assets/vendor.js
does not exist in production builds. The file will contain a hash instead:assets/vendor-some-hash-1234.js
.The text was updated successfully, but these errors were encountered: