diff options
Diffstat (limited to 'src/runtime/index-without-hmr.ts')
-rw-r--r-- | src/runtime/index-without-hmr.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/index-without-hmr.ts b/src/runtime/index-without-hmr.ts new file mode 100644 index 000000000..858688130 --- /dev/null +++ b/src/runtime/index-without-hmr.ts @@ -0,0 +1,2 @@ +export * from "../runtime.js"; +export { default as regeneratorRuntime } from "./regenerator"; |