Skip to content

Commit

Permalink
feat($export): Exported internal module IDs and chunk names for exter…
Browse files Browse the repository at this point in the history
…nal usage.
  • Loading branch information
swernerx committed Aug 14, 2017
1 parent b4d375a commit ec01f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/requireUniversalModule.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ export const isServer = typeof window === 'undefined' || IS_TEST
declare var __webpack_require__: Function
declare var __webpack_modules__: Object

const CHUNK_NAMES = new Set()
const MODULE_IDS = new Set()
export const CHUNK_NAMES = new Set()
export const MODULE_IDS = new Set()

export default function requireUniversalModule<Props: Props>(
universalConfig: Config | ConfigFunc,
Expand Down

0 comments on commit ec01f7c

Please sign in to comment.