Skip to content

Commit 2e64852

Browse files
json stringify errors
1 parent 8c36e0a commit 2e64852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class ExtractCssChunks {
169169
compiler.options.module.rules = updatedRules;
170170
}
171171
} catch (e) {
172-
console.error('Something went wrong: contact the author', e);
172+
console.error('Something went wrong: contact the author', JSON.stringify(e)); // eslint-disable-line no-console
173173
}
174174
}
175175

0 commit comments

Comments
 (0)