Skip to content

Commit

Permalink
Fixed issue where generate command is destructuring projects
Browse files Browse the repository at this point in the history
  • Loading branch information
shailen-naidoo committed Oct 2, 2019
1 parent a08154a commit 7f6eef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/compiler/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const tempateGenerator = async (filename: string): Promise<void|boolean>
// @ts-ignore
title: file.title,
head: file.head ? await transformHeadToHTML({ head: file.head, data, config, dev: false }) : '',
...data,
data,
}));
console.timeEnd('build time');
};

0 comments on commit 7f6eef3

Please sign in to comment.