MCPcopy
hub / github.com/pixijs/pixi-react / external

Function external

rollup.config.mjs:55–55  ·  view source on GitHub ↗
({ bundleDeps = false } = {})

Source from the content-addressed store, hash-verified

53}
54
55const external = ({ bundleDeps = false } = {}) => (bundleDeps ? [] : Object.keys(dependencies).map(convertPackageNameToRegExp));
56
57const targets = {
58 lib: {

Callers 1

rollup.config.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected