mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2025-05-02 12:27:08 +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,
|
||||
comment: /\{\#(.+?)\#\}/g
|
||||
},
|
||||
pdf: 'all'
|
||||
pdf: 'wkhtmltopdf'
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user