Closed paulbjensen closed 5 years ago
Line 31 in the wrapper appears to be loading the template file via fs.readFileSync. We can improve performance by using fs.readFile.
Closing as this is an old issue.
Line 31 in the wrapper appears to be loading the template file via fs.readFileSync. We can improve performance by using fs.readFile.