We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3465f8f commit 49ff83dCopy full SHA for 49ff83d
1 file changed
rollup.config.js
@@ -1,6 +1,5 @@
1
import resolve from '@rollup/plugin-node-resolve'
2
import commonjs from '@rollup/plugin-commonjs'
3
-import buble from '@rollup/plugin-buble'
4
import pkg from './package.json'
5
6
export default [
@@ -22,7 +21,6 @@ export default [
22
21
plugins: [
23
resolve(),
24
commonjs(),
25
- buble({ exclude: ['node_modules/**'] })
26
]
27
}
28
0 commit comments