source: frontend/node_modules/@pmmmwh/react-refresh-webpack-plugin/lib/utils/index.js

Last change on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 13 days ago

Fix frontend appearance

  • Property mode set to 100644
File size: 703 bytes
Line 
1const getAdditionalEntries = require('./getAdditionalEntries');
2const getIntegrationEntry = require('./getIntegrationEntry');
3const getRefreshGlobal = require('./getRefreshGlobal');
4const getSocketIntegration = require('./getSocketIntegration');
5const injectRefreshEntry = require('./injectRefreshEntry');
6const injectRefreshLoader = require('./injectRefreshLoader');
7const makeRefreshRuntimeModule = require('./makeRefreshRuntimeModule');
8const normalizeOptions = require('./normalizeOptions');
9
10module.exports = {
11 getAdditionalEntries,
12 getIntegrationEntry,
13 getRefreshGlobal,
14 getSocketIntegration,
15 injectRefreshEntry,
16 injectRefreshLoader,
17 makeRefreshRuntimeModule,
18 normalizeOptions,
19};
Note: See TracBrowser for help on using the repository browser.