Skip to content

Commit

Permalink
remove mention of commonjs bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
thescientist13 committed Feb 6, 2025
1 parent 385581d commit 32712a8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,6 @@
$ npm install wc-compiler --save-dev
```

### CommonJS

If you need CommonJS support, a separate pre-bundled (with Rollup) distribution of **WCC** is available at _dist/wcc.dist.cjs_. Example:
```js
const { renderToString } = require('wc-compiler/dist/wcc.dist.cjs');
```

## Documentation

See our [website](https://merry-caramel-524e61.netlify.app/) for API docs and examples.
Expand Down

0 comments on commit 32712a8

Please sign in to comment.