Skip to content

Commit

Permalink
Using latest rollup babel plugin (rstacruz#1536)
Browse files Browse the repository at this point in the history
  • Loading branch information
atomicpages authored Nov 1, 2022
1 parent 287295e commit 5f5ce3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,14 @@ export default {
#### Terminal

```bash
npm install -D rollup-plugin-babel
npm install -D @rollup/plugin-babel
```

#### rollup.config.js

```js
import resolve from '@rollup/plugin-node-resolve'
import babel from 'rollup-plugin-babel'
import babel from '@rollup/plugin-babel'

export default {
input: 'src/main.js',
Expand Down

0 comments on commit 5f5ce3e

Please sign in to comment.