问题描述:在uniapp中使用webview嵌套本地页面,本地页面使用ES6语法 export import 进行导入导出,在标准运行基座下可正常运行,使用云打包或自定义调试基座后会报模块加载失败(Failed to load module script: The server responded with a non-JavaScript MIME type of "text/plain". Strict MIME type checking is enforced for module scripts per HTML spec.)
