当前位置:网站首页>Cesium(3):ThirdParty/zip. js
Cesium(3):ThirdParty/zip. js
2022-07-07 16:29:00 【Touch】
1. edition
vue/cli 4.5.7
cesium 1.87.1
2. There will be problems during startup
in ./node_modules/cesium/Source/ThirdParty/zip.js
3. reason
Because in ./node_modules/cesium/Source/ThirdParty/zip.js The file uses import.meta grammar ,webpack Not supported by default , When building a project , The following errors will be reported , Prompt information needs to be added loader.
4. solve
(1) install loader
npm install @open-wc/webpack-import-meta-loader --save-dev
yarn add @open-wc/webpack-import-meta-loader --dev
(2) stay vue.config.js Add ( stay plugins[…] Back ):
rules: [{
test: /\.js$/,
use: {
loader: '@open-wc/webpack-import-meta-loader',
},
}, ]
边栏推荐
- 【HCSD大咖直播】亲授大厂面试秘诀-简要笔记
- js中复选框checkbox如何判定为被选中
- How to query the data of a certain day, a certain month, and a certain year in MySQL
- Talk about the cloud deployment of local projects created by SAP IRPA studio
- Description of vs common shortcut keys
- 分步式監控平臺zabbix
- Shader_ Animation sequence frame
- Xingruige database was shortlisted as the "typical solution for information technology application and innovation in Fujian Province in 2021"
- Bidding announcement: Fujian Rural Credit Union database audit system procurement project (re bidding)
- Asyncio concept and usage
猜你喜欢
TiDB For PostgreSQL和YugabyteDB在Sysbench上的性能对比
Multiplication in pytorch: mul (), multiply (), matmul (), mm (), MV (), dot ()
华东师大团队提出,具有DNA调控电路的卷积神经网络的系统分子实现
[Android -- data storage] use SQLite to store data
[vulnhub range] thales:1
Lecturer solicitation order | Apache seatunnel (cultivating) meetup sharing guests are in hot Recruitment!
【Vulnhub靶场】THALES:1
无法将“pip”项识别为 cmdlet、函数、脚本文件或可运行程序的名称
Plate - forme de surveillance par étapes zabbix
Description of vs common shortcut keys
随机推荐
Common training data set formats for target tracking
There are many ways to realize the pause function in JS
平衡二叉树(AVL)
Apache Doris just "graduated": why should we pay attention to this kind of SQL data warehouse?
Power of leetcode-231-2
The inevitable trend of the intelligent development of ankerui power grid is that microcomputer protection devices are used in power systems
How to query the data of a certain day, a certain month, and a certain year in MySQL
three.js打造酷炫下雪效果
Shader_ Animation sequence frame
Laravel changed the session from file saving to database saving
Mysql database backup script
【Vulnhub靶场】THALES:1
121. The best time to buy and sell stocks
PHP实现执行定时任务的几种思路详解
[vulnhub range] thales:1
Vs tool word highlight with margin
Particle effect for ugui
融云斩获 2022 中国信创数字化办公门户卓越产品奖!
企业级日志分析系统ELK
模拟Servlet的本质