mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-06-07 04:56:13 +01:00
Switch to wkhtmltopdf by default.
Better fidelity for nominal use and doesn't give weak/dnode errors in Electron.
This commit is contained in:
@ -245,7 +245,7 @@ module.exports = function () {
|
|||||||
evaluate: /\{\%(.+?)\%\}/g,
|
evaluate: /\{\%(.+?)\%\}/g,
|
||||||
comment: /\{\#(.+?)\#\}/g
|
comment: /\{\#(.+?)\#\}/g
|
||||||
},
|
},
|
||||||
pdf: 'all'
|
pdf: 'wkhtmltopdf'
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user