Skip to content

Commit 49ff83d

Browse files
committed
Remove buble
1 parent 3465f8f commit 49ff83d

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

rollup.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import resolve from '@rollup/plugin-node-resolve'
22
import commonjs from '@rollup/plugin-commonjs'
3-
import buble from '@rollup/plugin-buble'
43
import pkg from './package.json'
54

65
export default [
@@ -22,7 +21,6 @@ export default [
2221
plugins: [
2322
resolve(),
2423
commonjs(),
25-
buble({ exclude: ['node_modules/**'] })
2624
]
2725
}
2826
]

0 commit comments

Comments
 (0)