Skip to content

Commit 1c205bc

Browse files
committed
cleanup dependencies
1 parent 257cea0 commit 1c205bc

File tree

5 files changed

+851
-4281
lines changed

5 files changed

+851
-4281
lines changed

.rollup.js .rollup.mjs

-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import babel from 'rollup-plugin-babel'
2-
31
export default {
42
input: 'src/index.js',
53
output: [
@@ -8,11 +6,6 @@ export default {
86
],
97
plugins: [
108
patchBabelPluginSyntaxImportMeta(),
11-
babel({
12-
presets: [
13-
['@babel/env', { modules: false, targets: { node: 8 } }]
14-
]
15-
})
169
]
1710
}
1811

0 commit comments

Comments
 (0)