I have tried numerous tutorials to reduce the size of my bundle, but none of them seem to be affecting the bundle size and I can't figure out why.
Every time I integrate new code into webpack, the bundle size remains unchanged.
(The application is constructed using vue cli 3 pwa plugin, webpack, and other technologies.)
Upon running npm run build
, the following output is generated:
https://i.stack.imgur.com/3VO0l.png
webpack.config.js:
[JavaScript code block]