Skip to content

Commit

Permalink
browser target worker bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
hongfaqiu committed Apr 3, 2024
1 parent b5348df commit d784dd7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
7 changes: 7 additions & 0 deletions example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# cesium-martini-example

## 1.1.4

### Patch Changes

- Updated dependencies
- @zjugis/cesium-martini@1.2.3

## 1.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cesium-martini-example",
"version": "1.1.3",
"version": "1.1.4",
"private": "true",
"description": "Create cesium terrain through raster tile service",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions packages/cesium-martini/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @zjugis/cesium-martini

## 1.2.3

### Patch Changes

- browser target worker bundle

## 1.2.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cesium-martini/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@zjugis/cesium-martini",
"version": "1.2.2",
"version": "1.2.3",
"description": "Create cesium terrain through raster tile service",
"source": "src/index.ts",
"type": "module",
Expand Down
1 change: 1 addition & 0 deletions packages/cesium-martini/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ const plugins = [
commonjs(),
resolve({ extensions, module: true }),
webWorkerLoader({
targetPlatform: "browser",
extensions: ["ts", "js"],
}),
esbuild({
Expand Down

0 comments on commit d784dd7

Please sign in to comment.