Home Artists Posts Import Register

Content

I ran into so many issues building for production I ended up switching over to Vite. I did not believe that rollup would be that much faster, but building production via rollup takes about 15 seconds. Building via Webpack was taking about a minute, so something was clearly wrong. That, and the actual build output was failing to deal with some pretty ridiculous TS errors. Things were  also broken which should not have been, and things worked which should have never worked with TS (like, a non existent variable in the template)

It's all switched over to vite now instead, SSR is working, and things are moving into the final final stages here.

  • settle on new comment fetching structure which has better results, yields more comments per page
  • I forgot to write gallery uploads
  • I forgot tests on the watchlist functionality
  • Fix view inside gallery for attribution source
  • add confirmation of votes when voting in wars
  • fix production build css build size, I am not sure why but it seems too large even after cssnano

Soon. Thanks for your patience everyone!

Comments

No comments found for this post.