Skip to content

Commit

Permalink
Merge pull request #462 from hmsk/esm
Browse files Browse the repository at this point in the history
Be with ESM and Vite 5+
  • Loading branch information
hmsk authored Nov 4, 2024
2 parents 1c1dfb4 + a406c4e commit 7aa83e7
Show file tree
Hide file tree
Showing 11 changed files with 5,035 additions and 3,330 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm i -D vite-plugin-markdown@vite-1
### Config

```js
const mdPlugin = require('vite-plugin-markdown')
import mdPlugin from 'vite-plugin-markdown'

module.exports = {
plugins: [mdPlugin(options)]
Expand Down
Loading

0 comments on commit 7aa83e7

Please sign in to comment.