Skip to content

Commit

Permalink
fix(plugin-legacy): correct log level to error (#3241)
Browse files Browse the repository at this point in the history
  • Loading branch information
patak-dev authored and TobiasMelen committed May 3, 2021
1 parent 5609f6d commit 2d129f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-legacy/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ async function buildPolyfillChunk(
// so that everything is resolved from here
root: __dirname,
configFile: false,
logLevel: 'silent', // exceptions are logged by Jest
logLevel: 'error',
plugins: [polyfillsPlugin(imports)],
build: {
write: false,
Expand Down

0 comments on commit 2d129f7

Please sign in to comment.