-
Notifications
You must be signed in to change notification settings - Fork 9
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
The output of webpack using this plugin it is correct only when build on Linux. #157
Comments
As you can see, CI is running successfully on both Linux and Windows. https://github.com/pinojs/pino-webpack-plugin/actions/runs/6721201099 |
The output when building using webpack on Linux
The output when building using webpack on Windows
|
that looks like an issue, yes, as the path separator should be escaped |
The error i get when i build on Windows and i run it is: |
it looks like our tests are not covering this then. yes the paths are wrong because we're escaping them. it should be a pretty obvious issue to spot in the codebase, would you like to give it a go? |
index.js file is different from the main branch and release code? It looks like in the main branch is fixed already. |
Maybe it just needs somebody to do a release then |
When i execute build on Windows doesn't work, but in linux works.
The text was updated successfully, but these errors were encountered: