forked from cerc-io/laconic-console
Work around error to do with new Node.js or new webpack
This commit is contained in:
parent
2e4f0827d1
commit
1aca4e062f
@ -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 %>"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user