get tests passing again

This commit is contained in:
Rich Harris
2018-08-25 14:01:07 -04:00
parent 9cbb8bdc33
commit 200c5fcbd2
5 changed files with 5 additions and 7 deletions

View File

@@ -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();