this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: Use an IIFE where possible

+5 -2
+5 -2
build.mjs
··· 153 entryPoints: [entry], 154 outfile, 155 156 - format: "cjs", 157 platform: ["web-preload", "browser"].includes(name) ? "browser" : "node", 158 159 treeShaking: true, ··· 256 entryPoints, 257 outdir, 258 259 - format: "cjs", 260 platform: "node", 261 262 treeShaking: true,
··· 153 entryPoints: [entry], 154 outfile, 155 156 + format: "iife", 157 + globalName: "module.exports", 158 + 159 platform: ["web-preload", "browser"].includes(name) ? "browser" : "node", 160 161 treeShaking: true, ··· 258 entryPoints, 259 outdir, 260 261 + format: "iife", 262 + globalName: "module.exports", 263 platform: "node", 264 265 treeShaking: true,