-
### Which @angular/* package(s) are the source of the bug?
Don't known / other
### Is this a regression?
Yes
### Description
We create a crypto project using some of the well known pack…
-
问题描述:
1. 新建了mock文件,mock/index.ts,编写内容,启动项目 "dev": "vite",
2. 这时候项目是启动着的,这个时候去修改 mock/index.ts,控制台不停的报错误, 而且,mock目录下会生成很多文件
```
This error came from the "onLoad" callback registered here:
…
-
I am working on upgrading a project to node 20.9.0 and yarn 3. This warning was emitted and it appears your package is the reason why -- according to `yarn why`.
```
$ yarn why sourcemap-codec -R …
-
### Description
I have been working to integrate a [CesiumJS](https://cesium.org) viewer into an existing vite-plugin-ssr application, via [Macrostrat's Cesium viewer module](https://github.com/UW-Ma…
-
When trying to include `@macrostrat/cesium-martini` in a bare bones Vite project the following error occurs:
```
browser-external:path:9 Module "path" has been externalized for browser compatibility…
-
### Astro Info
```block
Astro v3.2.1
Node v18.16.0
System macOS (arm64)
Package Manager pnpm
Output static
Ada…
-
# Error
Could not find a declaration file for module 'resium'. '/cesium-demo/node_modules/resium/dist/resium.mjs' implicitly has an 'any' type. There are types at '/cesium-demo/node_modules/resium/…
-
Sandcastle example: https://sandcastle.cesium.com/?src=Offline.html
Browser: Google Chrome 65
Operating System: win10
![3a1905ad3a498894.jpg](https://github.com/CesiumGS/cesium/assets/…
-
调用 `map.addLayer(layer)` API 返回的 Promise 对象永远不会被 `resolve` 或 `reject`.
最小复现代码:
```vue
import {markRaw, onMounted, onUnmounted} from 'vue'
// 引入cesium基础库
im…
-
### Description of the bug
We use a JavaScript library (Cesium) that does a lot of static resource loading at runtime and we've used Vite to bundle those assets into our frontend build in version 23.…