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: support multiple plugin instances using the transform option #192

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mattlewis92
Copy link
Contributor

When using multiple instances of the plugin and the transform option, the plugin fails with an error like so:

ERROR: Do not know how to load path: esbuild-sass-plugin:css-chunk:test/fixture/multiple/src/modules/example.module.scss

This is due to the namespace and css chunk prefix being shared between all plugin instances. We fix the bug by adding a simple unique incrementing id to the namespace and css prefix used by the plugin.

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.

1 participant