Skip to content

v3.2.1 Added hot reload for frontend

Compare
Choose a tag to compare
@tot-ra tot-ra released this 14 May 18:50
· 86 commits to master since this release
f667cea
  • Added react-refresh-webpack-plugin. It only executes in development mode: its setup is conditionally imported in server side, so its inclusion is omitted in production mode.
  • For the setup of the previous one, I've had to wrap all the server setup in a async function to make the conditional import works. It doesn't affect to any functionality.
  • Added source map loading for node_modules libraries.
  • Removed some unused dependencies.