Skip to content

Commit

Permalink
fix(@cesium/engine): fixes draco compressed issue with @cesium/engine (
Browse files Browse the repository at this point in the history
  • Loading branch information
jfayot committed Sep 16, 2024
1 parent 1f7c9fe commit f2571cc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ function pluginEntry(pluginOptions?: Partial<BuildCesiumOptions>): Plugin[] {
src: `${options.from}/Source/Assets/*`,
dest: `${options.to}/Assets/`,
},
{
src: `${options.from}/Source/ThirdParty/*.wasm`,
dest: `${options.to}/ThirdParty/`,
},
{
src: `${options.from}/Build/ThirdParty/*`,
dest: `${options.to}/ThirdParty/`,
Expand Down

0 comments on commit f2571cc

Please sign in to comment.