We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 211d809 commit 381a37fCopy full SHA for 381a37f
bili.config.ts
@@ -8,6 +8,7 @@ const config: Config = {
8
},
9
bundleNodeModules: true,
10
externals: [
11
+ ...Object.keys(require('./package').dependencies),
12
'spawn-sync' // from cross-spawn which is from execa which is from term-size which is from boxen
13
],
14
babel: {
0 commit comments