Skip to content

Commit 14383fc

Browse files
authored
docs(babel): remove unused import in "Usage" example (#460)
1 parent f215c25 commit 14383fc

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/babel/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ Create a `rollup.config.js` [configuration file](https://www.rollupjs.org/guide/
4040

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

4544
const config = {
4645
input: 'src/index.js',

0 commit comments

Comments
 (0)