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

Allow Webpack to interpret all .mjs files as modules, not just those from node_modules #811

Merged
merged 3 commits into from
May 24, 2023

Conversation

mrm007
Copy link
Contributor

@mrm007 mrm007 commented May 24, 2023

This fixes an error with compiled Vocab translation files because Webpack would not parse require.resolveWeak in .mjs files.

screenshot of error

@mrm007 mrm007 requested a review from a team as a code owner May 24, 2023 04:41
@changeset-bot
Copy link

changeset-bot bot commented May 24, 2023

🦋 Changeset detected

Latest commit: 5cafde5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
sku Patch

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

@mrm007 mrm007 merged commit 9f542da into master May 24, 2023
2 checks passed
@mrm007 mrm007 deleted the webpack-mjs branch May 24, 2023 04:56
@seek-oss-ci seek-oss-ci mentioned this pull request May 24, 2023
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.

None yet

2 participants