Skip to content

Commit

Permalink
fix: read root even if not explicitly provided
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlafroscia committed Feb 20, 2021
1 parent 5f82e43 commit 9541b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default function handlebars({
return {
name: 'handlebars',

config(config) {
configResolved(config) {
root = config.root;
},

Expand Down

0 comments on commit 9541b81

Please sign in to comment.