We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000e6fb commit f4efd69Copy full SHA for f4efd69
README.md
@@ -73,6 +73,10 @@ npm install -D log-process-errors
73
This is because logging is modified globally and libraries users might not
74
expect this side-effect. Also, this might lead to conflicts between libraries.
75
76
+This package is an ES module and must be loaded using
77
+[an `import` or `import()` statement](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c),
78
+not `require()`.
79
+
80
# Usage
81
82
```js
0 commit comments