@tinacms/scripts 0.0.0-20230321172927 → 0.0.0-20230321180918
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/dist/index.js +1 -10
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -447,16 +447,7 @@ var buildIt = async (entryPoint, packageJSON) => {
|
|
|
447
447
|
target: "es2020",
|
|
448
448
|
format: "esm",
|
|
449
449
|
outfile: _path2.default.join(process.cwd(), "dist", "index.es.js"),
|
|
450
|
-
external
|
|
451
|
-
});
|
|
452
|
-
await _esbuild.build.call(void 0, {
|
|
453
|
-
entryPoints: [_path2.default.join(process.cwd(), entry)],
|
|
454
|
-
bundle: true,
|
|
455
|
-
platform: "browser",
|
|
456
|
-
target: "es2020",
|
|
457
|
-
format: "esm",
|
|
458
|
-
outfile: _path2.default.join(process.cwd(), "dist", "index.browser.es.js"),
|
|
459
|
-
external: Object.keys(_chunkNYQD2IPWjs.__spreadValues.call(void 0, {}, peerDeps2))
|
|
450
|
+
external
|
|
460
451
|
});
|
|
461
452
|
} else {
|
|
462
453
|
await _esbuild.build.call(void 0, {
|