Skip to content

Commit 6636403

Browse files
authored
changed logger error to warn (#9582)
1 parent d56bf45 commit 6636403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/optimizers/inline-requires/src/InlineRequires.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ module.exports = new Optimizer<empty, BundleConfig>({
9494
return {contents, map: sourceMap};
9595
}
9696
} catch (err) {
97-
logger.error({
97+
logger.warn({
9898
origin: 'parcel-optimizer-experimental-inline-requires',
9999
message: `Unable to optimise requires for ${bundle.name}: ${err.message}`,
100100
stack: err.stack,

0 commit comments

Comments
 (0)