Skip to content
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 warning about ordering issue #14

Merged
merged 1 commit into from
Jun 6, 2021
Merged

Remove warning about ordering issue #14

merged 1 commit into from
Jun 6, 2021

Conversation

zephraph
Copy link
Contributor

@zephraph zephraph commented Jun 6, 2021

Given that this is theoretically fixed as of evanw/esbuild#1293, maybe we can remove the import order warning. Alternatively we could update it to reference the specific version that the issue was fixed.

@evanw
Copy link
Contributor

evanw commented Jun 6, 2021

Thanks for pointing this out. That issue is now fixed so your change here looks good.

There is still a problem with CSS-in-JS imports and code splitting, but perhaps that warning belongs on the splitting flag instead. In that case we can just remove this warning. I'll try that after landing this change.

Edit: Never mind. I think the problem with CSS-in-JS imports and code splitting was actually fixed by that change you linked to. So no mention of that issue is needed.

@evanw evanw merged commit 879ef0c into esbuild:main Jun 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants