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