-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
error about cached-decorator-polyfill? #146
Comments
Weird, Where do you get My understanding from this is that the transform that introducing So definitely seems goofy, and not the fault of this addon, just not sure whose fault this is... |
I'm also seeing this over on https://github.com/CrowdStrike/ember-toucan-core. Reproduction steps: # clone repo
pnpm i
bash /local-setup.bash # select option 1 or build each addon under packages/*, up to you
cd docs-app
pnpm start Then the error appears: webpack 5.75.0 compiled with 1 error and 1 warning in 2409 ms
Build Error (PackagerRunner) in ../node_modules/.pnpm/[email protected]_@glimmer+componen_xgihesckq67deavdobdctlgt6u/node_modules/ember-headless-form/dist/components/headless-form.js
Module build failed (from ../../../../../../../../../workspace/ember-toucan-core/node_modules/.pnpm/[email protected][email protected]/node_modules/thread-loader/dist/cjs.js):
Thread Loader (Worker 2)
$TMPDIR/embroider/835ae7/node_modules/.pnpm/[email protected]_@glimmer+componen_xgihesckq67deavdobdctlgt6u/node_modules/ember-headless-form/dist/components/headless-form.js/headless-form.js: ember-headless-form is trying to import from ember-cached-decorator-polyfill but that is not one of its explicit dependencies FWIW, CI was happy about this and running |
I wrote down my findings here: embroider-build/embroider#1462. Reopening as this was accidentally auto-closed... |
Seeing this in my app's error logs after adding headless-form:
Using 1.0.0-beta.3
Maybe this is an embroider whoopsie (I'm not using the classic build pipeline)
The text was updated successfully, but these errors were encountered: