How to profile time consuming part in webpack build How to profile time consuming part in webpack build vue.js vue.js

How to profile time consuming part in webpack build


I am a bit late to the party but I debugged it with webpackers ProfilingPlugin https://webpack.js.org/plugins/profiling-plugin/. You enable it quickly by suppling these flags --plugin webpack/lib/debug/ProfilingPlugin