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

Salt identifier hashes with package name #673

Merged
merged 2 commits into from May 8, 2022

Conversation

mattcompiles
Copy link
Contributor

Fixes #672

@changeset-bot
Copy link

changeset-bot bot commented May 6, 2022

🦋 Changeset detected

Latest commit: e7dceaa

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

This PR includes changesets to release 5 packages
Name Type
@vanilla-extract/integration Patch
@vanilla-extract/rollup-plugin Patch
@vanilla-extract/vite-plugin Patch
@vanilla-extract/webpack-plugin Patch
@vanilla-extract/esbuild-plugin 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

Copy link
Contributor

@michaeltaranto michaeltaranto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mattcompiles mattcompiles merged commit f6d5337 into master May 8, 2022
@mattcompiles mattcompiles deleted the fix-classname-collisions branch May 8, 2022 23:01
@seek-oss-ci seek-oss-ci mentioned this pull request May 8, 2022
? `${fileScope.packageName}/${fileScope.filePath}`
: fileScope.filePath
}.vanilla.css`;
const fileName = `${fileScope.filePath}.vanilla.css`;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since you removed the package name (which I think is a good change), I think we need to update the rollup docs and tests in regards to preserveModulesRoot. I'll check that.

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.

(regression) Styling API produces colliding class names
3 participants