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

Fix #176, apps could have different names configured in environment.js #235

Merged
merged 3 commits into from
Jun 13, 2024

Conversation

NullVoxPopuli
Copy link
Collaborator

Fixes #176

For context, the module name is used to provide a collision free1 way to reference module paths when using the scopedClass test helper.

Footnotes

  1. if we omitted the moduleName, apps and libraries can have the same module paths.

@NullVoxPopuli NullVoxPopuli added the bug Something isn't working label Jun 13, 2024
@NullVoxPopuli NullVoxPopuli merged commit 09a13cc into main Jun 13, 2024
18 checks passed
@NullVoxPopuli NullVoxPopuli deleted the fix-app-renaming branch June 13, 2024 20:30
@github-actions github-actions bot mentioned this pull request Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CSS preprocessor is not active if the app is named differently from the package.json#name field
1 participant