problem description
because the development environment is different from the test environment, some configuration parameters are put into a separate file. Each package in the development environment and test environment needs to be modified and submitted separately, and then packaged, which is very troublesome.
is there any way to make the js files of these configuration classes not packaged and can still be used after packaging? you can change these files directly in different environments.
Development environment
react, webpack, dva