You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This hasn't been updated meaningfully in 4 years and I thought I'd try to get it to build again, if only to update in-place on Heroku before #18 closes.
After updating package.json to a supported version of node I checked the dependencies and most are either abandoned, deprecated, or multiple backwards-incompatible updates behind.
I spent a couple minutes trying to update to a supported node, remove neutrino, and replace it with classic webpack. It's not operational, but I am publishing the work here:
It's tedious work, especially for what appears to be a single static page that links to the docs. Is this work worth doing, or should we just wget the existing site and call it a day?
The text was updated successfully, but these errors were encountered:
lonnen
changed the title
Update deps
Update or replace with a rendered static page?
Mar 12, 2024
Ohhh.. I thought I created ticket.. I saw this issue last year with building landing page and also thought it might be easier to simply replace it with the static page.
thanks @lonnen for the updates, getting rid of neutrino was necessary anyways if we plan to udpate it in future.
Maybe for now we can simply save index.html in build/ folder but keep the rest with your changes, just in case we'd need to update something?
This hasn't been updated meaningfully in 4 years and I thought I'd try to get it to build again, if only to update in-place on Heroku before #18 closes.
After updating
package.json
to a supported version of node I checked the dependencies and most are either abandoned, deprecated, or multiple backwards-incompatible updates behind.I spent a couple minutes trying to update to a supported node, remove neutrino, and replace it with classic webpack. It's not operational, but I am publishing the work here:
main...lonnen:taskcluster-net:2023-update
It's tedious work, especially for what appears to be a single static page that links to the docs. Is this work worth doing, or should we just wget the existing site and call it a day?
The text was updated successfully, but these errors were encountered: