Skip to content

Commit 1818243

Browse files
authored
docs(babel): update export in README (#690)
1 parent 05fc8b6 commit 1818243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/babel/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ npm install @rollup/plugin-babel --save-dev
3939
Create a `rollup.config.js` [configuration file](https://www.rollupjs.org/guide/en/#configuration-files) and import the plugin:
4040

4141
```js
42-
import babel from '@rollup/plugin-babel';
42+
import { babel } from '@rollup/plugin-babel';
4343

4444
const config = {
4545
input: 'src/index.js',

0 commit comments

Comments
 (0)