mirror of
https://github.com/kevin-DL/sapper-template.git
synced 2026-01-14 11:14:39 +00:00
update sapper
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
"marked": "^0.3.7",
|
||||
"node-fetch": "^1.7.3",
|
||||
"npm-run-all": "^4.1.2",
|
||||
"sapper": "^0.2.3",
|
||||
"sapper": "^0.2.9",
|
||||
"serve-static": "^1.13.1",
|
||||
"style-loader": "^0.19.0",
|
||||
"svelte": "^1.49.1",
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import { init } from '__app__';
|
||||
import { init } from 'sapper/runtime/app.js';
|
||||
|
||||
// `routes` is an array of route objects injected by Sapper
|
||||
init(document.querySelector('#sapper'), __routes__);
|
||||
Reference in New Issue
Block a user