amis-rpc-design/node_modules/@pmmmwh/react-refresh-webpack-plugin/loader/utils/index.js
2023-10-07 19:42:30 +08:00

12 lines
357 B
JavaScript

const getIdentitySourceMap = require('./getIdentitySourceMap');
const getModuleSystem = require('./getModuleSystem');
const getRefreshModuleRuntime = require('./getRefreshModuleRuntime');
const normalizeOptions = require('./normalizeOptions');
module.exports = {
getIdentitySourceMap,
getModuleSystem,
getRefreshModuleRuntime,
normalizeOptions,
};