chore(misc): remove dependenciesFieldType from esbuild (#19883)
This commit is contained in:
parent
0d1110d975
commit
e4d1ef3cf3
@ -155,12 +155,6 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Includes third-party packages in the bundle (i.e. npm packages)."
|
"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": {
|
"esbuildOptions": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Additional options to pass to esbuild. See https://esbuild.github.io/api/. Cannot be used with 'esbuildConfig' option.",
|
"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)[];
|
assets: (AssetGlob | string)[];
|
||||||
bundle?: boolean;
|
bundle?: boolean;
|
||||||
deleteOutputPath?: boolean;
|
deleteOutputPath?: boolean;
|
||||||
dependenciesFieldType?: boolean;
|
|
||||||
esbuildOptions?: Record<string, any>;
|
esbuildOptions?: Record<string, any>;
|
||||||
esbuildConfig?: string;
|
esbuildConfig?: string;
|
||||||
external?: string[];
|
external?: string[];
|
||||||
|
|||||||
@ -130,12 +130,6 @@
|
|||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Includes third-party packages in the bundle (i.e. npm packages)."
|
"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": {
|
"esbuildOptions": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"description": "Additional options to pass to esbuild. See https://esbuild.github.io/api/. Cannot be used with 'esbuildConfig' option.",
|
"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