-
Notifications
You must be signed in to change notification settings - Fork 119
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
Addon to V2 #342
Addon to V2 #342
Conversation
mkszepp
commented
Jan 3, 2024
•
edited
Loading
edited
- Migrate Addon to V2 (embroider / ember-auto-import v2 is required)
- Switch from npm to pnpm
"ember-truth-helpers": "^4.0.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.23.7", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think you need to add the missing dependencies like ember-power-calendar-moment here to fix some of the errors
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no, this is correct so.. the addon doen't need to know which meta package is used. we can also remove the peerDependency because its not required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok interesting. thanks
@hassanshaikh7466 published with tag |
Thank you for this @mkszepp. We were migrating our app to embroider and this update will really help. |