Skip to content

Commit e7d190b

Browse files
committed
Add note about pure esm to readme
1 parent 7a623e0 commit e7d190b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ or
2727
npm install --save next-hubspot
2828
```
2929

30+
## Pure ESM package
31+
32+
This package is now [pure ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). It cannot be `require()`'d from CommonJS.
33+
3034
## Getting Started
3135

3236
Wrap your application with `HubspotProvider`. This will add [Hubspot script](https://js.hsforms.net/forms/v2.js) to your document.

0 commit comments

Comments
 (0)