Skip to content

Commit

Permalink
0.39.0 (#652)
Browse files Browse the repository at this point in the history
* fix lint error

* 0.39.0
  • Loading branch information
deyihu authored Nov 14, 2024
1 parent 227a38e commit d79df3a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "maptalks.three",
"version": "0.38.3",
"version": "0.39.0",
"description": "A maptalks Layer to render with THREE.js.",
"license": "MIT",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions worker-plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ export default function WorkerPlugin() {
// }
// return null; // 其他ID应按通常方式处理
// },
// eslint-disable-next-line no-unused-vars
renderChunk(code, chunk) {
code = code.replace('define([\'exports\'],', '');
code = code.replace('define(["exports"],', '');
Expand Down

0 comments on commit d79df3a

Please sign in to comment.