Vue项目启动时报error in ./node_modules/ol/node_modules/geotiff/dist-module/geotiff.js
errorin ./node_modules/ol/node_modules/geotiff/dist-module/geotiff.jsModule parse failed: Unexpected token (277:35)You may need an appropriate loader to handle this file type.|}||return usedImage.read
·
应该和
dependencies中的配置版本号关系不大,有的网友说要改成如下版本号
"ol": "^6.4.0",
感觉并不能解决问题。
最后解决办法是把ol/source的引用方式换了一下,
改为
import XYZ from 'ol/source/XYZ'; import sourceVector from 'ol/source/Vector';
更多推荐
已为社区贡献2条内容
所有评论(0)