Skip to content

Commit 04055ba

Browse files
build: remove unused external dep references
1 parent 6d89632 commit 04055ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
const config = format => ({
33
input: 'src/unassert.js',
4-
external: ['rollup-pluginutils', 'acorn', '@javascript-obfuscator/escodegen', 'unassert', 'convert-source-map', 'multi-stage-sourcemap'],
4+
external: ['@rollup/pluginutils', 'unassert'],
55
output: {
66
file: `dist/rollup-plugin-unassert.${format}.js`,
77
format

0 commit comments

Comments
 (0)