pino-webpack-plugin icon indicating copy to clipboard operation
pino-webpack-plugin copied to clipboard

Results 10 pino-webpack-plugin issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 9.3.0. Release notes Sourced from eslint's releases. v9.3.0 Features b32153c feat: add overrides.namedExports to func-style rule (#18444) (Percy Ma) b67eba4 feat: add restrictedNamedExportsPattern to no-restricted-exports...

dependencies
javascript

Bumps [execa](https://github.com/sindresorhus/execa) from 5.1.1 to 9.1.0. Release notes Sourced from execa's releases. v9.1.0 Features (types) Export TemplateExpression type. (#1049) v9.0.2 Bug fixes (types) Do not require using --lib dom for...

dependencies
javascript

Bumps [tap](https://github.com/tapjs/tapjs) from 16.3.10 to 18.8.0. Release notes Sourced from tap's releases. [email protected] No release notes provided. [email protected] No release notes provided. [email protected] No release notes provided. [email protected] No release...

dependencies
javascript

### Pending commits since release [v2.0.0](https://github.com/pinojs/pino-webpack-plugin/releases/tag/v2.0.0) Based on the following commits, a **patch** release is recommended. Unreleased commits have been found which are pending release, please publish the changes. *...

notify-release

In `next.config.js` it's enough to import this plugin and it breaks the build. ```ts // next.config.js const { PinoWebpackPlugin } = require("pino-webpack-plugin"); ``` ```bash username@computer3:~/Desktop/pino-webpack-test$ yarn dev yarn run v1.22.19...

When i execute build on Windows doesn't work, but in linux works.

While importing PinoWebpackPlugin in Next.config.js, next.js always shows the message for not having CommonJsRequireDependency. When I push PinoWebpackPlugin into array of plugins by this clause where currDir is simply a...

followed the instructions and I am able to run webpack with plugin. I see all the pino files getting added to dist directory webpack version: 5.74.0 However when I start...

Bumps [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise) from 5.2.0 to 6.1.1. Release notes Sourced from eslint-plugin-promise's releases. v6.1.1 6.1.1 (2022-10-19) Bug Fixes no-multiple-resolved: false positives when the last expression in a try block is a...

dependencies
javascript

The current implementation for handling file paths on Windows is causing issues when using the \\ separator. This is because the \\ sequence is being treated as an escape sequence,...