MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / rsbuildEntry

Function rsbuildEntry

dashboard/build.shared.mjs:66–68  ·  view source on GitHub ↗
(importPath)

Source from the content-addressed store, hash-verified

64const FNV_MASK = 0xffffffffffffffffn;
65
66function rsbuildEntry(importPath) {
67 return { import: importPath, html: false };
68}
69
70function applySingleBundleOutput(config) {
71 config.optimization = {

Callers 1

createBundleConfigFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected