Invalid weex1.2.9 settings entry file?

after weex-toolkit is updated to 1.2.9, setting the entry file app.js, in webpack.common.conf.js cannot be executed. Previous versions did not have this problem

the following is the code:
/ / const webEntry = {};
/ / const weexEntry = {};

const webEntry = {index: path.resolve ("src"," app.js")};
const weexEntry = {index: path.resolve ("src"," app.js")};

cannot execute the code in src/app.js. Is this the bug of the new version of weex, or am I doing something wrong? Please give me some advice!

Mar.01,2021
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b33012-2be74.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b33012-2be74.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?