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

Update ESM detection for running fom source and CSS module creation #136

Merged
merged 2 commits into from
Sep 3, 2024

Conversation

aeschli
Copy link
Contributor

@aeschli aeschli commented Sep 3, 2024

This pull request includes changes to improve the detection of ESM(ECMAScript Modules) and the creation of CSS modules. The detect ESM with sources commit updates the ESM detection logic to check if the package.json file has a type field set to module. The only create css modules when needed commit modifies the code to create CSS modules only when necessary, reducing unnecessary requests.

@aeschli aeschli enabled auto-merge (squash) September 3, 2024 09:11
@aeschli aeschli self-assigned this Sep 3, 2024
@vs-code-engineering vs-code-engineering bot added this to the September 2024 milestone Sep 3, 2024
@aeschli aeschli merged commit b4efa3f into main Sep 3, 2024
5 checks passed
@aeschli aeschli deleted the aeschli/vitreous-elk-177 branch September 3, 2024 09:24
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