diff options
author | 2021-09-02 11:51:52 -0700 | |
---|---|---|
committer | 2021-09-02 11:51:52 -0700 | |
commit | 2fa09f7c09d48ac74049fd60231cd4a3a2764a31 (patch) | |
tree | 2bf645774a18710b2435e24dea4bde91cb17cbd5 /src/runtime.footer.js | |
parent | 47c660f2e1438d76682b59ae84592e7e03639878 (diff) | |
download | bun-2fa09f7c09d48ac74049fd60231cd4a3a2764a31.tar.gz bun-2fa09f7c09d48ac74049fd60231cd4a3a2764a31.tar.zst bun-2fa09f7c09d48ac74049fd60231cd4a3a2764a31.zip |
Fix UMD, fix PNPM, importing require'd modules in app code
Former-commit-id: 3d831ad95904d2123964f2ebccff48f1e9f954e9
Diffstat (limited to 'src/runtime.footer.js')
-rw-r--r-- | src/runtime.footer.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/runtime.footer.js b/src/runtime.footer.js index 293c6d341..4d8e57e03 100644 --- a/src/runtime.footer.js +++ b/src/runtime.footer.js @@ -14,3 +14,4 @@ export var __require = BUN_RUNTIME.__require; export var __name = BUN_RUNTIME.__name; export var __export = BUN_RUNTIME.__export; export var __reExport = BUN_RUNTIME.__reExport; +export var __cJS2eSM = BUN_RUNTIME.__cJS2eSM; |