We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a623e0 commit e7d190bCopy full SHA for e7d190b
README.md
@@ -27,6 +27,10 @@ or
27
npm install --save next-hubspot
28
```
29
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
34
## Getting Started
35
36
Wrap your application with `HubspotProvider`. This will add [Hubspot script](https://js.hsforms.net/forms/v2.js) to your document.
0 commit comments