-
Notifications
You must be signed in to change notification settings - Fork 5
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
Remove unecessary commonjs plugin #53
Conversation
🦋 Changeset detectedLatest commit: da1f28f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
So currently this can't be merged.
|
linked to strapi/pack-up#15 |
1febf60
to
3ddc4bc
Compare
It's ready for review will update the versions once @jhoward1994 has confirmed |
Tested with the SEO plugin migration with experimental 0.0.0-experimental.3ddc4bc338d159d83d4b4e1119dbda5e56f10cf4 and seems to work fine Was that built from this branch? |
yes :) |
And based on strapi/pack-up#15 |
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.
Works for me (just don't forget to update the pack-up dependency once that's released 😆)
3ddc4bc
to
7eeead5
Compare
26465cc
to
da1f28f
Compare
Latest experimental |
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.
Works for me!
One concern is that now we see The CJS build of Vite's Node API is deprecated. See https://vitejs.dev/guide/troubleshooting.html#vite-cjs-node-api-deprecated for more details.
Could we pass in the VITE_CJS_IGNORE_WARNING option since it's not something users have to worry about?
🤔 I don't see how this PR would do that at all |
issue upstream. will merge and then update the pack-up dep separatly |
What does it do?
Reomove unecessary commonjs plugin