diff options
author | 2021-08-17 12:26:06 -0700 | |
---|---|---|
committer | 2021-08-17 12:26:06 -0700 | |
commit | afcbcd231c9328bfd9b6ae8c81ea296d4235ae81 (patch) | |
tree | 9918fff9fb257ed6da6cbc093c74f7d478b07f1d /src/runtime.js | |
parent | d7151f07bf41f617dd96bced381660fd48faebf1 (diff) | |
download | bun-afcbcd231c9328bfd9b6ae8c81ea296d4235ae81.tar.gz bun-afcbcd231c9328bfd9b6ae8c81ea296d4235ae81.tar.zst bun-afcbcd231c9328bfd9b6ae8c81ea296d4235ae81.zip |
Fix CSS bug, dont' run HMR code on server
Former-commit-id: 541084b7238d54d77cb13402274718311f2030b4
Diffstat (limited to 'src/runtime.js')
-rw-r--r-- | src/runtime.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/runtime.js b/src/runtime.js index 2c14e3243..bbc8dddab 100644 --- a/src/runtime.js +++ b/src/runtime.js @@ -163,8 +163,6 @@ export var __name = (target, name) => { return target; }; -export const __esModule = true; - // Used to implement ES6 exports to CommonJS export var __export = (target, all) => { for (var name in all) |