Vue packing error report

this kind of error occurs every time the project is packaged. It has been done according to everyone"s hints, but it still doesn"t work:

clipboard.png

es6webpack.base.conf.js:

clipboard.png

ask the gods for advice!

Feb.28,2021

when you import a component, refer directly to the file under src

like this

import element from 'element'



import element from 'element/src

how to write it, please see the path of element

Menu