We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05fc8b6 commit 1818243Copy full SHA for 1818243
packages/babel/README.md
@@ -39,7 +39,7 @@ npm install @rollup/plugin-babel --save-dev
39
Create a `rollup.config.js` [configuration file](https://www.rollupjs.org/guide/en/#configuration-files) and import the plugin:
40
41
```js
42
-import babel from '@rollup/plugin-babel';
+import { babel } from '@rollup/plugin-babel';
43
44
const config = {
45
input: 'src/index.js',
0 commit comments