mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 20:14:39 +00:00
fix navigation and ESM stuff
This commit is contained in:
@@ -30,7 +30,7 @@ module.exports = function create_app(routes, dest, matchers, dev) {
|
||||
}
|
||||
`.replace(/^\t{3}/gm, '').trim();
|
||||
})
|
||||
.join(' else ');
|
||||
.join(' else ') + ' else return false;';
|
||||
|
||||
const main = template.replace('// ROUTES', code);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user