引入SuperMap iClient for Leaflet 报错 写bug的小杜 2023-10-20 105 阅读1分钟 does not match the corresponding path on disk 'Logger.js' 原因是在babel.config.js中配置这个无效 在.babelrc中配置,成功 { "plugins": [ [ "@supermap/babel-plugin-import", { "libraryName": "@supermap/iclient-leaflet" } ] ] }