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
@ember/-internals/runtime/type-tests/* are included in dist, which currently fails with:
Build Error (PackagerRunner) in ../../../../../../emberjs/ember.js/@ember/-internals/runtime/type-tests/core.test.js
Module not found: Error: Can't resolve '../types/core' in '$TMPDIR/embroider/9caab5/emberjs/ember.js/@ember/-internals/runtime/type-tests/core.test.js'
I would seem like we should not produce this file in dist, and the problem will go away (as deleting the file in question does the trick)
🔬 Minimal Reproduction
gh embroider-build/embroider
cd test-packages/macro-sample-addon
// build link ember.js master to this addon
yarn test:ember
<
😕 Actual Behavior
Build fails, as embroider attempts to do stuff with the type-tests
🤔 Expected Behavior
Embroider should not fail, as the type tests should most likely not be present in the output.
🐞 Describe the Bug
@ember/-internals/runtime/type-tests/*
are included in dist, which currently fails with:I would seem like we should not produce this file in dist, and the problem will go away (as deleting the file in question does the trick)
🔬 Minimal Reproduction
gh embroider-build/embroider cd test-packages/macro-sample-addon // build link ember.js master to this addon yarn test:ember
<
😕 Actual Behavior
Build fails, as embroider attempts to do stuff with the type-tests
🤔 Expected Behavior
Embroider should not fail, as the type tests should most likely not be present in the output.
🌍 Environment
➕ Additional Context
I will explore a fix
The text was updated successfully, but these errors were encountered: