You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -169,6 +169,12 @@ Example of a response validation error:
169
169
}
170
170
```
171
171
172
+
## ESM Only
173
+
174
+
This package only supports to be directly imported in a ESM context.
175
+
176
+
For informations on how to use it in a CommonJS context, please check [this page](https://gist.github.com/ShogunPanda/fe98fd23d77cdfb918010dbc42f4504d).
177
+
172
178
## Contributing to fastify-http-errors-enhanced
173
179
174
180
- Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
0 commit comments