From d9bea4a0f9eae4babdcf431599569fa894f4bb76 Mon Sep 17 00:00:00 2001 From: Sebastian Werner Date: Mon, 14 Aug 2017 09:23:05 +0200 Subject: [PATCH] fix($export): Also export symbols in index file to make the publically available. --- src/index.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/index.js b/src/index.js index b5a9048..fb7ced8 100644 --- a/src/index.js +++ b/src/index.js @@ -14,6 +14,8 @@ import type { import { DefaultLoading, DefaultError, isServer, createElement } from './utils' +export { CHUNK_NAMES, MODULE_IDS } from './requireUniversalModule' + let hasBabelPlugin = false // $FlowIgnore