UNPKG

@pmmmwh/react-refresh-webpack-plugin

Version:

An **EXPERIMENTAL** Webpack plugin to enable "Fast Refresh" (also previously known as _Hot Reloading_) for React components.

12 lines (10 loc) 357 B
const getIdentitySourceMap = require('./getIdentitySourceMap'); const getModuleSystem = require('./getModuleSystem'); const getRefreshModuleRuntime = require('./getRefreshModuleRuntime'); const normalizeOptions = require('./normalizeOptions'); module.exports = { getIdentitySourceMap, getModuleSystem, getRefreshModuleRuntime, normalizeOptions, };