How to use vue to package sourcemap files from (build) and load corresponding vue source files by cordova

if the files after the, vue build of the cordova+vue project are loaded directly in the browser, chrome-devtool can see the corresponding source code (webpack:/*). However, after putting the code into the www directory of cordova, the debugger connected to the mobile phone (chrome://inspect) cannot load uncompressed files.

Apr.27,2021
Menu