webpack-cli provides the --plugin
option but it seems it can not resolve the ProfilingPlugin.
is there any way to use it directly through the cli options without creating a webpack config?
node_modules/.bin/webpack --mode=production --progress --profile --plugin ProfilingPlugin Cannot resolve plugin ProfilingPlugin
https://webpack.js.org/api/cli/#advanced-options
--plugin Load this plugin
https://webpack.js.org/configuration/plugins/
This table does not list a ProfilingPlugin but it is internally available.