当前位置:网站首页>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',
},
}, ]边栏推荐
- U3D_ Infinite Bessel curve
- 谈谈 SAP iRPA Studio 创建的本地项目的云端部署问题
- Tragedy caused by deleting the console statement
- Pycharm terminal enables virtual environment
- 删除 console 语句引发的惨案
- 预测——灰色预测
- laravel怎么获取到public路径
- 【Vulnhub靶场】THALES:1
- [excelexport], Excel to Lua, JSON, XML development tool
- Mysql database basic operation DQL basic query
猜你喜欢

分步式監控平臺zabbix

全网“追杀”钟薛高

Lecturer solicitation order | Apache seatunnel (cultivating) meetup sharing guests are in hot Recruitment!

What are compiled languages and interpreted languages?

pycharm 终端部启用虚拟环境

MySQL数据库基本操作-DQL-基本查询

【Vulnhub靶场】THALES:1

HAVE FUN | “飞船计划”活动最新进展

Good news! Kelan sundb database and Hongshu technology privacy data protection management software complete compatibility adaptation

Talk about the cloud deployment of local projects created by SAP IRPA studio
随机推荐
47_Opencv中的轮廓查找 cv::findContours()
Laravel constructor and middleware execution order
leetcode 241. Different ways to add parentheses design priority for operational expressions (medium)
Xcode Revoke certificate
Performance comparison of tidb for PostgreSQL and yugabytedb on sysbench
Sysom case analysis: where is the missing memory| Dragon lizard Technology
Eye of depth (VII) -- Elementary Transformation of matrix (attachment: explanation of some mathematical models)
【Vulnhub靶场】THALES:1
Mysql database basic operation DQL basic query
PHP has its own filtering and escape functions
Leetcode-231-2的幂
应用程序和matlab的通信方式
thinkphp3.2.3中设置路由,优化url
What about the pointer in neural network C language
A link opens the applet code. After compilation, it is easy to understand
[vulnhub range] thales:1
Xcode Revoke certificate
How to query the data of a certain day, a certain month, and a certain year in MySQL
23. 合并K个升序链表-c语言
asyncio 概念和用法