Skip to content

Commit 7e7aa80

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 b75e03a commit 7e7aa80

File tree

4 files changed

+0
-844
lines changed

4 files changed

+0
-844
lines changed

Diff for: Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,5 @@ unittest:
2222
.PHONY: regenerate_swiftpm_resources
2323
regenerate_swiftpm_resources:
2424
npm run build
25-
cp Runtime/lib/index.js Plugins/PackageToJS/Templates/runtime.js
2625
cp Runtime/lib/index.mjs Plugins/PackageToJS/Templates/runtime.mjs
2726
cp Runtime/lib/index.d.ts Plugins/PackageToJS/Templates/runtime.d.ts

0 commit comments

Comments
 (0)