mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-12 11:15:14 +00:00
move all page info to app-level stores
This commit is contained in:
@@ -5,7 +5,7 @@ import { Page, PageComponent, ManifestData } from '../interfaces';
|
||||
|
||||
const app = fs.readFileSync(path.resolve(__dirname, '../templates/App.html'), 'utf-8');
|
||||
const internal = fs.readFileSync(path.resolve(__dirname, '../templates/internal.mjs'), 'utf-8');
|
||||
const layout = `<svelte:component this={child.component} {...child.props}/>`;
|
||||
const layout = fs.readFileSync(path.resolve(__dirname, '../templates/layout.html'), 'utf-8');
|
||||
|
||||
export function create_main_manifests({
|
||||
bundler,
|
||||
|
||||
Reference in New Issue
Block a user