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 69a6619 commit e6578cfCopy full SHA for e6578cf
src/content/guides/getting-started.mdx
@@ -99,6 +99,7 @@ document.body.appendChild(component());
99
```
100
101
We also need to adjust our `package.json` file with the following changes:
102
+
103
- Mark out package as `private` and remove the `main` entry. This is to prevent an accidental publish of your code.
104
- Remove the `type` entry. The latest version of npm sets this by default to commonjs. This will throw error when we use `import` in js files.
105
0 commit comments