redux-logger tree shaking not working
Issue In projects using redux-logger, redux-logger still exists after packaging in Webpack production mode.
Theoretically, the logger should only be used in the development environment, so it should be removed after packaging. Therefore, with this question in mind, let’s analyze the problem.
Sep 14, 2024