javascriptnode.jswebpackwebpack-2webpack-3

How to determine the installed webpack version


Especially during the transition from webpack v1 to v2, it would be important to programmatically determine what webpack version is installed, but I cannot seem to find the appropriate API.


Solution

  • webpack 4 now offers a version property that can be used!