Skip to content

Commit 2b90507

Browse files
authored
Examples: Update fflate version (#21669)
* Update fflate version * fflate.module.min.js -> fflate.module.js * imports fflate.module.min.js -> fflate.module.js * update two more fflate module references * change name of the last four fflat module references
1 parent 58cd930 commit 2b90507

18 files changed

+2491
-22
lines changed

editor/js/Loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { SetSceneCommand } from './commands/SetSceneCommand.js';
77

88
import { LoaderUtils } from './LoaderUtils.js';
99

10-
import { unzipSync, strFromU8 } from '../../examples/jsm/libs/fflate.module.min.js';
10+
import { unzipSync, strFromU8 } from '../../examples/jsm/libs/fflate.module.js';
1111

1212
function Loader( editor ) {
1313

editor/js/Menubar.File.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as THREE from '../../build/three.module.js';
22

3-
import { zipSync, strToU8 } from '../../examples/jsm/libs/fflate.module.min.js';
3+
import { zipSync, strToU8 } from '../../examples/jsm/libs/fflate.module.js';
44

55
import { UIPanel, UIRow, UIHorizontalRule } from './libs/ui.js';
66

editor/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const assets = [
1313
'../examples/jsm/controls/TransformControls.js',
1414

1515
'../examples/jsm/libs/chevrotain.module.min.js',
16-
'../examples/jsm/libs/fflate.module.min.js',
16+
'../examples/jsm/libs/fflate.module.js',
1717

1818
'../examples/js/libs/draco/draco_decoder.js',
1919
'../examples/js/libs/draco/draco_decoder.wasm',

examples/js/libs/fflate.min.js

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/jsm/exporters/USDZExporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import * as fflate from '../libs/fflate.module.min.js';
1+
import * as fflate from '../libs/fflate.module.js';
22

33
class USDZExporter {
44

0 commit comments

Comments
 (0)