chore(misc): remove dependenciesFieldType from esbuild (#19883)
This commit is contained in:
parent
0d1110d975
commit
e4d1ef3cf3
@ -155,12 +155,6 @@
|
||||
"type": "boolean",
|
||||
"description": "Includes third-party packages in the bundle (i.e. npm packages)."
|
||||
},
|
||||
"dependenciesFieldType": {
|
||||
"type": "string",
|
||||
"description": "When `bundleInternalProjectsOnly` is true, this option determines whether external packages should be in 'dependencies' or 'peerDependencies' field in the generated package.json file.",
|
||||
"enum": ["dependencies", "peerDependencies"],
|
||||
"default": "dependencies"
|
||||
},
|
||||
"esbuildOptions": {
|
||||
"type": "object",
|
||||
"description": "Additional options to pass to esbuild. See https://esbuild.github.io/api/. Cannot be used with 'esbuildConfig' option.",
|
||||
|
||||
@ -8,7 +8,6 @@ export interface EsBuildExecutorOptions {
|
||||
assets: (AssetGlob | string)[];
|
||||
bundle?: boolean;
|
||||
deleteOutputPath?: boolean;
|
||||
dependenciesFieldType?: boolean;
|
||||
esbuildOptions?: Record<string, any>;
|
||||
esbuildConfig?: string;
|
||||
external?: string[];
|
||||
|
||||
@ -130,12 +130,6 @@
|
||||
"type": "boolean",
|
||||
"description": "Includes third-party packages in the bundle (i.e. npm packages)."
|
||||
},
|
||||
"dependenciesFieldType": {
|
||||
"type": "string",
|
||||
"description": "When `bundleInternalProjectsOnly` is true, this option determines whether external packages should be in 'dependencies' or 'peerDependencies' field in the generated package.json file.",
|
||||
"enum": ["dependencies", "peerDependencies"],
|
||||
"default": "dependencies"
|
||||
},
|
||||
"esbuildOptions": {
|
||||
"type": "object",
|
||||
"description": "Additional options to pass to esbuild. See https://esbuild.github.io/api/. Cannot be used with 'esbuildConfig' option.",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user