-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Move esm to devDependencies #8586
Move esm to devDependencies #8586
Conversation
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.
Thanks for taking another crack at this @DatGreekChick! The change itself looks fine, but there shouldn't be large changes to the yarn.lock
file just from moving esm
to devDependencies
. In fact, if I try it myself, I don't get any changes at all to yarn.lock
. Can you make sure your forked version of the repo is up to date and that you're using a newer version of Yarn? Older versions of Yarn have a tendency to unnecessarily change the lock file. For reference, I'm on Yarn 1.17.3 in Node 8.11.4
Hey @ryanhamley! I updated my
I'll push my changes so they're visible here. |
Ok... that didn't actually work like I expected given my bash output 🤣 |
@DatGreekChick Could you rewrite your commit without the |
@asheemmamoowala will do 👍 |
@asheemmamoowala I removed the |
@mapbox/gl-native Do you still depend on |
@asheemmamoowala looks like Native has |
@ryanhamley can you dismiss your review? |
Launch Checklist
@mapbox/studio
and/or@mapbox/maps-design
if this PR includes style spec changes@mapbox/gl-native
if this PR includes shader changes or needs a native port@ryanhamley @mourner @asheemmamoowala
I moved
esm
todevDependencies
and ran.yarn install
to update theyarn.lock
fileUsing
yarn
removed any errors with tests that I was having previously in #8513 due tonpm
- thanks for that! I saw the docs, but didn't realize it would have this type of impact.CLOSES #8450