当前位置:网站首页>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',
},
}, ]
边栏推荐
- 47_ Contour lookup in opencv cv:: findcontours()
- Logback logging framework third-party jar package is available for free
- torch. Numel action
- 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"?
- 分步式监控平台zabbix
- Set the route and optimize the URL in thinkphp3.2.3
- 47_Opencv中的轮廓查找 cv::findContours()
- Common training data set formats for target tracking
- torch.numel作用
- laravel 是怎么做到运行 composer dump-autoload 不清空 classmap 映射关系的呢?
猜你喜欢
HAVE FUN | “飞船计划”活动最新进展
95.(cesium篇)cesium动态单体化-3D建筑物(楼栋)
Xcode Revoke certificate
Description of vs common shortcut keys
Talk about the cloud deployment of local projects created by SAP IRPA studio
Enterprise log analysis system elk
企业级日志分析系统ELK
删除 console 语句引发的惨案
The team of East China Normal University proposed the systematic molecular implementation of convolutional neural network with DNA regulation circuit
The unity vector rotates at a point
随机推荐
Shandong old age Expo, 2022 China smart elderly care exhibition, smart elderly care and aging technology exhibition
PHP realizes wechat applet face recognition and face brushing login function
JS modularization
Eye of depth (VI) -- inverse of matrix (attachment: some ideas of logistic model)
Xcode Revoke certificate
Dotween -- ease function
Laravel constructor and middleware execution order
3000 words speak through HTTP cache
无法将“pip”项识别为 cmdlet、函数、脚本文件或可运行程序的名称
企业级日志分析系统ELK
Markdown formula editing tutorial
hellogolang
How does laravel run composer dump autoload without emptying the classmap mapping relationship?
three. JS create cool snow effect
Asyncio concept and usage
three.js打造酷炫下雪效果
URL和URI的关系
Leetcode-136- number that appears only once (solve with XOR)
删除 console 语句引发的惨案
laravel post提交数据时显示异常