You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got this strange output. More than 8 minutes build time. But adding up all stages I don't get anywhere near 8 minutes.
SMP ⏱
General output time took 8 mins, 48.72 secs
SMP ⏱ Plugins
TerserPlugin took 16.13 secs
SMP ⏱ Loaders
babel-loader took 27.025 secs
module count = 178
babel-loader, and
rails-erb-loader took 23.64 secs
module count = 1
css-loader, and
postcss-loader, and
sass-loader took 22.39 secs
module count = 2
file-loader took 14.9 secs
module count = 302
vue-loader, and
babel-loader, and
babel-loader, and
vue-loader took 3.72 secs
module count = 42
vue-loader took 3.5 secs
module count = 63
css-loader, and
postcss-loader took 1.19 secs
module count = 1
modules with no loaders took 0.787 secs
module count = 5
style-loader, and
css-loader, and
postcss-loader, and
sass-loader took 0.034 secs
module count = 2
raw-loader took 0.029 secs
module count = 4
style-loader, and
css-loader, and
postcss-loader took 0.001 secs
module count = 1
Any clue where the rest of the time could be spend?
Edit: When I remove the terser plugin, build time goes down to 45 seconds.
The text was updated successfully, but these errors were encountered:
haffla
changed the title
Plugin seems to not measure certain stage
Plugin seems to miss some build step / stage
Nov 26, 2020
Hi! Thanks for this plugin.
I got this strange output. More than 8 minutes build time. But adding up all stages I don't get anywhere near 8 minutes.
Any clue where the rest of the time could be spend?
Edit: When I remove the terser plugin, build time goes down to 45 seconds.
The text was updated successfully, but these errors were encountered: