mirror of
https://github.com/JuanCanham/HackMyResume.git
synced 2024-11-22 08:20:11 +00: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:
parent
382e013abe
commit
cc0c7512d8
@ -245,7 +245,7 @@ module.exports = function () {
|
|||||||
evaluate: /\{\%(.+?)\%\}/g,
|
evaluate: /\{\%(.+?)\%\}/g,
|
||||||
comment: /\{\#(.+?)\#\}/g
|
comment: /\{\#(.+?)\#\}/g
|
||||||
},
|
},
|
||||||
pdf: 'all'
|
pdf: 'wkhtmltopdf'
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user