Open Source Mirror in China
Posted newhappy98
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Open Source Mirror in China相关的知识,希望对你有一定的参考价值。
error in ./node_modules/cesium/Source/ThirdParty/zip.js
主要原因是wenpace在加载import.meta的时候需要一个loader,安装一下就行了,在vue3+vite中就没有这个问题
npm i @open-wc/webpack-import-meta-loader -S
然后在vue.config.js里面配置,没有就在项目根目录新建一个
module.exports = configureWebpack: module: rules: [ test: /\\.js$/, use: loader: '@open-wc/webpack-import-meta-loader', , , ], , ,
以上是关于Open Source Mirror in China的主要内容,如果未能解决你的问题,请参考以下文章
13 Free GIS Software Options: Map the World in Open Source
implement Google's Open Source Slam "Cartographer" in Gazebo
error in ./node_modules/cesium/Source/ThirdParty/zip.js
error in ./node_modules/cesium/Source/ThirdParty/zip.js