Vue build error

clipboard.png

ask everyone to take a look, where should I start to eliminate mistakes?

Jun.20,2022

has local or third-party dependencies without babel processing, causing UglifyJs compression to fail.
babel does not compile the code in node_modules by default. You can take a look at the dependencies you use and babel configuration to deal with them.

Menu