当前位置:网站首页>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',
},
}, ]
边栏推荐
- 2022 the 4th China (Jinan) International Smart elderly care industry exhibition, Shandong old age Expo
- pycharm 终端部启用虚拟环境
- three. JS create cool snow effect
- 121. 买卖股票的最佳时机
- Eye of depth (VII) -- Elementary Transformation of matrix (attachment: explanation of some mathematical models)
- Introduction to ThinkPHP URL routing
- 记录Servlet学习时的一次乱码
- torch.numel作用
- Notification uses full resolution
- prometheus api删除某个指定job的所有数据
猜你喜欢
Unity drawing plug-in = = [support the update of the original atlas]
Notification uses full resolution
torch. Numel action
无法将“pip”项识别为 cmdlet、函数、脚本文件或可运行程序的名称
Excessive dependence on subsidies, difficult collection of key customers, and how strong is the potential to reach the dream of "the first share of domestic databases"?
Xcode Revoke certificate
[flower carving experience] 15 try to build the Arduino development environment of beetle esp32 C3
The unity vector rotates at a point
【C 语言】 题集 of Ⅹ
删除 console 语句引发的惨案
随机推荐
Performance measure of classification model
markdown公式编辑教程
laravel post提交数据时显示异常
PHP realizes wechat applet face recognition and face brushing login function
【C 语言】 题集 of Ⅹ
Set the route and optimize the URL in thinkphp3.2.3
47_Opencv中的轮廓查找 cv::findContours()
Detailed explanation of several ideas for implementing timed tasks in PHP
hellogolang
Use moviepy Editor clips videos and intercepts video clips in batches
谈谈 SAP iRPA Studio 创建的本地项目的云端部署问题
The inevitable trend of the intelligent development of ankerui power grid is that microcomputer protection devices are used in power systems
Lecturer solicitation order | Apache seatunnel (cultivating) meetup sharing guests are in hot Recruitment!
What are compiled languages and interpreted languages?
华东师大团队提出,具有DNA调控电路的卷积神经网络的系统分子实现
【Vulnhub靶场】THALES:1
TCP framework___ Unity
Statistical learning method -- perceptron
How does laravel run composer dump autoload without emptying the classmap mapping relationship?
47_ Contour lookup in opencv cv:: findcontours()