Skip to content

Commit 35b0f09

Browse files
committed
remove external
1 parent 7099f8b commit 35b0f09

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

rollup.config.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import cleanup from 'rollup-plugin-cleanup';
77

88
const pkg = require('./package.json');
99

10-
// const external = Object.keys(pkg.dependencies);
1110
const plugins = [
1211
resolve(),
1312
commonJS({
@@ -35,5 +34,4 @@ export default {
3534
},
3635
],
3736
plugins,
38-
// external,
3937
};

0 commit comments

Comments
 (0)