mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-01-14 20:14:39 +00:00
get tests passing again
This commit is contained in:
@@ -76,7 +76,7 @@ async function execute(emitter: EventEmitter, {
|
||||
if (serviceworker) {
|
||||
create_serviceworker_manifest({
|
||||
routes: route_objects,
|
||||
client_files: client_result.assets.map((chunk: { name: string }) => `client/${chunk.name}`)
|
||||
client_files: client_result.assets.map((file: string) => `client/${file}`)
|
||||
});
|
||||
|
||||
serviceworker_stats = await serviceworker.compile();
|
||||
|
||||
Reference in New Issue
Block a user