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

Invalid path on Windows #61

Closed
mcosand-caltopo opened this issue Oct 13, 2023 · 1 comment · Fixed by #64
Closed

Invalid path on Windows #61

mcosand-caltopo opened this issue Oct 13, 2023 · 1 comment · Fixed by #64
Assignees
Labels
bug Something isn't working

Comments

@mcosand-caltopo
Copy link

Very similar to #12 - when I try to run a build on a Windows machines, I'll get an error like
1 | import "esbuild-css-modules-plugin-ns-css:src\downstream\tile-downloads\components\styles.module.css"; > src/downstream/tile-downloads/index.module.css:1:7 | error: Do not know how to load path: esbuild-css-modules-plugin-ns-css:srcdownstream ile-downloadsindex.module.css. Build is finishing on v2.7.1, but not 3.0.0 or 3.0.3.

My configuration is

        cssModulesPlugin({
          generateScopedName: '[local]-[hash:base64:5]',
          v2: true
        }),
@indooorsman
Copy link
Owner

👍 Thanks for reporting, I will fix it asap

@indooorsman indooorsman self-assigned this Oct 16, 2023
@indooorsman indooorsman added the bug Something isn't working label Oct 16, 2023
@indooorsman indooorsman mentioned this issue Nov 29, 2023
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 a pull request may close this issue.

2 participants