当前位置:网站首页>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
- Unity drawing plug-in = = [support the update of the original atlas]
- Aerospace Hongtu information won the bid for the database system research and development project of a unit in Urumqi
- Bidding announcement: Fujian Rural Credit Union database audit system procurement project (re bidding)
- 记一次项目的迁移过程
- The team of East China Normal University proposed the systematic molecular implementation of convolutional neural network with DNA regulation circuit
- Leetcode-231-2的幂
- HAVE FUN | “飞船计划”活动最新进展
- How can laravel get the public path
- Is it reliable to open an account on Tongda letter with your mobile phone? Is there any potential safety hazard in such stock speculation
猜你喜欢

【Android -- 数据存储】使用 SQLite 存储数据

Logback日志框架第三方jar包 免费获取

Sysom case analysis: where is the missing memory| Dragon lizard Technology

华东师大团队提出,具有DNA调控电路的卷积神经网络的系统分子实现

记一次项目的迁移过程

Dotween -- ease function

What about the pointer in neural network C language

Enterprise log analysis system elk
Notification uses full resolution

Strengthen real-time data management, and the British software helps the security construction of the medical insurance platform
随机推荐
121. 买卖股票的最佳时机
修改配置文件后tidb无法启动
PHP实现微信小程序人脸识别刷脸登录功能
面试题 01.02. 判定是否互为字符重排-辅助数组算法
[hcsd celebrity live broadcast] teach the interview tips of big companies in person - brief notes
[flower carving experience] 15 try to build the Arduino development environment of beetle esp32 C3
Usage of config in laravel
Common training data set formats for target tracking
Enterprise log analysis system elk
Unity3D_ Class fishing project, bullet rebound effect is achieved
leetcode 241. Different ways to add parentheses design priority for operational expressions (medium)
Application example of infinite list [uigridview]
23. 合并K个升序链表-c语言
JS 模块化
Bidding announcement: Fujian Rural Credit Union database audit system procurement project (re bidding)
MySQL中, 如何查询某一天, 某一月, 某一年的数据
Record the migration process of a project
Tragedy caused by deleting the console statement
记一次项目的迁移过程
删除 console 语句引发的惨案