-
Notifications
You must be signed in to change notification settings - Fork 6
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
Convert to addon v2 #60
Convert to addon v2 #60
Conversation
@AnastasiiaPlutalova @villander as I follow up, I suggest to add |
aed5c0a
to
1cc356c
Compare
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 left some important suggestions. Also, CI is broken with this new format.
@@ -27,11 +39,15 @@ | |||
"lint:js:fix": "eslint . --fix" | |||
}, | |||
"dependencies": { | |||
"ember-cli-babel": "^7.26.10" |
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.
we don't need it anymore?
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, according to tutorial part 4 step 3 https://github.com/embroider-build/embroider/blob/main/PORTING-ADDONS-TO-V2.md#part-4-convert-addon-to-v2
f8cd79f
to
b088eba
Compare
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.
This looks great now!
test-app/package.json
Outdated
@@ -90,5 +90,10 @@ | |||
}, | |||
"ember": { | |||
"edition": "octane" | |||
}, | |||
"ember-addon": { |
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.
@AnastasiiaPlutalova I don't think we need this
b088eba
to
b2c8dd6
Compare
No description provided.