mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-03-12 12:14:54 +00:00
first stab at supporting Rollup (#130)
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
let source;
|
||||
|
||||
function check() {
|
||||
if (typeof module === 'undefined') return;
|
||||
|
||||
if (module.hot.status() === 'idle') {
|
||||
module.hot.check(true).then(modules => {
|
||||
console.log(`[SAPPER] applied HMR update`);
|
||||
|
||||
Reference in New Issue
Block a user