MCPcopy Create free account
hub / github.com/adobe/react-spectrum / createBuildSettings

Function createBuildSettings

examples/s2-esbuild-starter-app/settings.mjs:4–16  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

2import macros from 'unplugin-parcel-macros';
3
4export function createBuildSettings(options) {
5 return {
6 entryPoints: ['./index.jsx'],
7 bundle: true,
8 plugins: [
9 macros.esbuild(),
10 esbuildPluginTsc({
11 force: true
12 })
13 ],
14 ...options
15 };
16}

Callers 1

build.mjsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected