Skip to content

Commit 17bc1ab

Browse files
Remove UMD build of JS runtime library
We always use ESM, so we don't need to generate UMD runtime.js anymore.
1 parent 0f1fdd1 commit 17bc1ab

File tree

4 files changed

+0
-844
lines changed

4 files changed

+0
-844
lines changed

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,5 @@ perf-tester:
3939
.PHONY: regenerate_swiftpm_resources
4040
regenerate_swiftpm_resources:
4141
npm run build
42-
cp Runtime/lib/index.js Plugins/PackageToJS/Templates/runtime.js
4342
cp Runtime/lib/index.mjs Plugins/PackageToJS/Templates/runtime.mjs
4443
cp Runtime/lib/index.d.ts Plugins/PackageToJS/Templates/runtime.d.ts

0 commit comments

Comments
 (0)