How to validate custom Webpack config?
Unanswered
Chinese Chongqing Dog posted this in #help-forum
Chinese Chongqing DogOP
Webpack itself has a
configtest command that validates the configuration file. However in Next.js, it is done in next.config.js. Is there a utility out there that helps with linting and validating the webpack function?