cern-sis / issues

0 stars 0 forks source link

Experiment with the replacement of CRA/Webpack with Vite in CAP #83

Closed miguelgrc closed 1 year ago

miguelgrc commented 1 year ago

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.

miguelgrc commented 1 year ago

It's been successfully replaced in CAP (see https://github.com/cernanalysispreservation/analysispreservation.cern.ch/pull/2775)!