@normed/bundle 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -0
- package/bundles/bin/cli.js +2 -0
- package/bundles/bin/cli.js.map +7 -0
- package/bundles/index.js +2 -0
- package/bundles/index.js.map +7 -0
- package/package.json +1 -1
package/bundles/index.js
CHANGED
|
@@ -128518,6 +128518,7 @@ var typescriptBuilder = {
|
|
|
128518
128518
|
plugins: [(0, import_esbuild_plugin_pnp.pnpPlugin)(es_build_plugins_default({ inbase, outbase, platform }))],
|
|
128519
128519
|
entryPoints: entrypoints2.map(({ infile }) => infile),
|
|
128520
128520
|
bundle: true,
|
|
128521
|
+
sourcemap: true,
|
|
128521
128522
|
outdir: outbase,
|
|
128522
128523
|
platform: platform === "web" ? "browser" : "node",
|
|
128523
128524
|
outbase: inbase,
|
|
@@ -128849,3 +128850,4 @@ PERFORMANCE OF THIS SOFTWARE.
|
|
|
128849
128850
|
/*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
|
|
128850
128851
|
/*! queue-microtask. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
128851
128852
|
/*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
|
|
128853
|
+
//# sourceMappingURL=index.js.map
|