packages/cli/commands/plugin: make package dependencies external too
This commit is contained in:
@@ -30,7 +30,9 @@ export default {
|
||||
format: 'cjs',
|
||||
},
|
||||
plugins: [
|
||||
peerDepsExternal(),
|
||||
peerDepsExternal({
|
||||
includeDependencies: true,
|
||||
}),
|
||||
resolve({
|
||||
mainFields: ['browser', 'module', 'main'],
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user