Skip to content

Commit

Permalink
changed logger error to warn (#9582)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikola-3 authored Mar 14, 2024
1 parent d56bf45 commit 6636403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/optimizers/inline-requires/src/InlineRequires.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ module.exports = new Optimizer<empty, BundleConfig>({
return {contents, map: sourceMap};
}
} catch (err) {
logger.error({
logger.warn({
origin: 'parcel-optimizer-experimental-inline-requires',
message: `Unable to optimise requires for ${bundle.name}: ${err.message}`,
stack: err.stack,
Expand Down

0 comments on commit 6636403

Please sign in to comment.