Skip to content

Commit

Permalink
docs(babel): remove unused import in "Usage" example (#460)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryami333 authored Jun 22, 2020
1 parent f215c25 commit 14383fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/babel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ Create a `rollup.config.js` [configuration file](https://www.rollupjs.org/guide/

```js
import babel from '@rollup/plugin-babel';
import pkg from './package.json';

const config = {
input: 'src/index.js',
Expand Down

0 comments on commit 14383fc

Please sign in to comment.