Vite is a development tool that makes it easier to develop and build JS applications. It uses ES modules and it's much faster than CRA or Webpack at both build time and HMR and easier to configure, and it's becoming widely used in the JS world. The idea of this task is to try to set it up in CAP and get rid of Webpack, simplifying the current config.
Vite is a development tool that makes it easier to develop and build JS applications. It uses ES modules and it's much faster than CRA or Webpack at both build time and HMR and easier to configure, and it's becoming widely used in the JS world. The idea of this task is to try to set it up in CAP and get rid of Webpack, simplifying the current config.