Skip to content

Commit

Permalink
cleanup dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
romainmenke committed Sep 7, 2024
1 parent 257cea0 commit 1c205bc
Show file tree
Hide file tree
Showing 5 changed files with 851 additions and 4,281 deletions.
7 changes: 0 additions & 7 deletions .rollup.js → .rollup.mjs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import babel from 'rollup-plugin-babel'

export default {
input: 'src/index.js',
output: [
Expand All @@ -8,11 +6,6 @@ export default {
],
plugins: [
patchBabelPluginSyntaxImportMeta(),
babel({
presets: [
['@babel/env', { modules: false, targets: { node: 8 } }]
]
})
]
}

Expand Down
Loading

0 comments on commit 1c205bc

Please sign in to comment.