Webpack
Last updated
Was this helpful?
Last updated
Was this helpful?
has become the defacto standard for building React frontend, it is configured through 3 files:
: the configuration common to all environment.
: the configuration for development environment.
: the configuration for production environment.