You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
npx ember-cli new macro-test # will install 3.12cd macro-test
$(npm bin)/ember build --environment production
grep "could not find a suitable method to bind" dist/assets/vendor-*.js
# note there's no output
npm install --save [email protected]$(npm bin)/ember build --environment production
grep "could not find a suitable method to bind" dist/assets/vendor-*.js
# this will find the assert
Reproduction:
The assert in question should be stripped from the build.
For whatever reason, leaving this assert in causes my app to fail to load in production, even though this test app works just fine.
cc @rwjblue
The text was updated successfully, but these errors were encountered: