Skip to content

Commit 381a37f

Browse files
committedJan 29, 2019
fix: exclude dependencies
1 parent 211d809 commit 381a37f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎bili.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ const config: Config = {
88
},
99
bundleNodeModules: true,
1010
externals: [
11+
...Object.keys(require('./package').dependencies),
1112
'spawn-sync' // from cross-spawn which is from execa which is from term-size which is from boxen
1213
],
1314
babel: {

0 commit comments

Comments
 (0)
Please sign in to comment.