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

Function loadConfig

packages/dev/parcel-packager-ssg/SSGPackager.js:24–28  ·  view source on GitHub ↗
({config})

Source from the content-addressed store, hash-verified

22
23module.exports = new Packager({
24 async loadConfig({config}) {
25 config.invalidateOnBuild();
26 packagingBundles.clear();
27 moduleCache.clear();
28 },
29 async package({bundle, bundleGraph, getInlineBundleContents}) {
30 let queue = new PromiseQueue({maxConcurrent: 32});
31 bundle.traverse(node => {

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected