electron-vue scaffold project build error: Object.fromEntries is not a function
Project directory

Front console print error:

Solution: install polyfill-object.fromentries and execute the command in the project root directory
npm i polyfill-object.fromentries
And then

import
import 'polyfill-object.fromentries';
