We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When generating a brand new ember addon using
pnpm dlx ember-cli@latest addon my-addon -b @embroider/addon-blueprint --pnpm
I get the following error during the first rollup build
. prepare$ pnpm build . prepare: > @ build /Users/mansona/temp/my-addon . prepare: > pnpm --filter my-addon build . prepare: > [email protected] build /Users/mansona/temp/my-addon/my-addon . prepare: > rollup --config . prepare: . prepare: → dist... . prepare: [!] (plugin babel) TypeError: [BABEL] /Users/mansona/temp/my-addon/my-addon/src/index.js: decoratorSyntax is not a function (While processing: "/Users/mansona/temp/my-addon/node_modules/.pnpm/[email protected]_@[email protected]/node_modules/decorator-transforms/dist/index.js$inherits")
This seems like it's related to #37
I've confirmed that if I pin to the previous patch version 2.2.2 it works fine 👍
2.2.2
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
When generating a brand new ember addon using
I get the following error during the first rollup build
This seems like it's related to #37
I've confirmed that if I pin to the previous patch version
2.2.2
it works fine 👍The text was updated successfully, but these errors were encountered: