Work around error to do with new Node.js or new webpack

This commit is contained in:
David Boreham 2023-03-19 19:24:55 -06:00
parent 2e4f0827d1
commit 1aca4e062f

View File

@ -1,7 +1,8 @@
{
"build": {
"name": "<%= package.name %>",
"buildDate": "<%= currentTime.toISOString() %>",
<%# TODO: figure out how to get this back (failed in update to Node 18/Webpack5) %>
"buildDate": "currentTime.toISOString()",
"version": "<%= package.version %>"
}
}