It takes more than ten minutes for wepack to pack vue projects, which is very slow.

1. The project is loaded asynchronously, which leads to slow packaging, and then as the project gets bigger, the packaging time is often more than 10 minutes

20

clipboard.png
clipboard.png
clipboard.png
clipboard.png
clipboard.png
clipboard.png
clipboard.png

:
clipboard.png

.
Jun.09,2021

have you done dll yet?


externals: {
        'vue': 'Vue',
        'vue-router': 'VueRouter',
        'axios': 'axios',
        'vuex': 'Vuex',
        'iview': 'iview',
        'tinymce': 'tinymce'
    },

then turning on multi-process compression during compression will be much faster

Menu