MCPcopy
hub / github.com/CesiumGS/cesium / defaultESBuildOptions

Function defaultESBuildOptions

scripts/build.js:126–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

124
125/** @returns {Partial<esbuild.BuildOptions>} */
126export const defaultESBuildOptions = () => {
127 return {
128 bundle: true,
129 color: true,
130 legalComments: `inline`,
131 logLimit: 0,
132 target: `es2020`,
133 };
134};
135
136const inlineWorkerPath = "Build/InlineWorkers.js";
137

Callers 5

buildCesiumViewerFunction · 0.90
bundleCesiumJsFunction · 0.85
bundleIndexJsFunction · 0.85
bundleWorkersFunction · 0.85
bundleCSSFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…