feat: HMR refresh
This commit is contained in:
parent
63ba2554b8
commit
b525489b7e
|
@ -82,6 +82,7 @@ export default (latus) => (neutrino) => {
|
||||||
];
|
];
|
||||||
paths.forEach((path) => {
|
paths.forEach((path) => {
|
||||||
source.push(` module.hot.accept('${path}', () => {`);
|
source.push(` module.hot.accept('${path}', () => {`);
|
||||||
|
source.push(` global.latus.refresh('${path}', require('${path}'));`);
|
||||||
source.push(` global.latus.invoke('@latus/core/hmr', '${path}');`);
|
source.push(` global.latus.invoke('@latus/core/hmr', '${path}');`);
|
||||||
source.push(' });');
|
source.push(' });');
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user