Vue running error "export 'default' (imported as' _ typeof') was not found"

problem description:
is that after running npm run dev and start normally, this problem suddenly arises. It didn"t exist before, but I still don"t know how to change it. I have installed babel-runtime.

ask God for help!

Dec.16,2021

 plugins: [
        '@babel/plugin-syntax-dynamic-import',
        '@babel/plugin-transform-runtime',
        '@babel/plugin-transform-modules-commonjs'
    ],
    
    
    babel: @babel/plugin-transform-modules-commonjs
Menu