How to keep several Webpack build versions?

Hello there,

New with Webpack, i want to keep at least five versions of Webpack build (in production mode), with date :

  • last build : 5
  • build : 4
  • build : 3
  • build: 2
  • new build: 1

The latest build (1) overwrites the 5th build (5), automatically.

Do you know if there is a way to do it ?

Many thanks