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

Migrate to esbuild #111

Closed
wants to merge 6 commits into from
Closed

Migrate to esbuild #111

wants to merge 6 commits into from

Conversation

paulbreuler
Copy link
Contributor

No description provided.

@paulbreuler paulbreuler force-pushed the paulbre/migrate-to-esbuild branch 4 times, most recently from d005f1f to 3b22db8 Compare June 18, 2022 01:15
@paulbreuler
Copy link
Contributor Author

esbuild does NOT support dynamic imports so it will not work with Power Platform build tools. azure-pipelines-task-lib has a hard requirement on shelljs that we can't get around, this breaks esbuild due to the use of shelljs that uses dynamic imports.

Reference issue from esbuild repo:
evanw/esbuild#700

@paulbreuler paulbreuler added the wontfix This will not be worked on label Jun 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant