Skip to content

Commit

Permalink
Revert the unexpected deletions in modularize.js
Browse files Browse the repository at this point in the history
  • Loading branch information
takahirox committed Jan 28, 2021
1 parent f4bf4b4 commit 67f6ca8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions utils/modularize.js
Expand Up @@ -34,6 +34,8 @@ var files = [
{ path: 'effects/PeppersGhostEffect.js', dependencies: [], ignoreList: [] },
{ path: 'effects/StereoEffect.js', dependencies: [], ignoreList: [] },

{ path: 'exporters/ColladaExporter.js', dependencies: [], ignoreList: [ 'BufferGeometry' ] },
{ path: 'exporters/DRACOExporter.js', dependencies: [], ignoreList: [ 'Geometry', 'BufferGeometry' ] },
{ path: 'exporters/GLTFExporter.js', dependencies: [], ignoreList: [ 'AnimationClip', 'Camera', 'Geometry', 'Material', 'Mesh', 'Object3D', 'Scenes', 'ShaderMaterial', 'BufferGeometry', 'Texture' ] },
{ path: 'exporters/MMDExporter.js', dependencies: [ { name: 'MMDParser', path: 'libs/mmdparser.module.js' } ], ignoreList: [] },
{ path: 'exporters/OBJExporter.js', dependencies: [], ignoreList: [ 'BufferGeometry' ] },
Expand Down

0 comments on commit 67f6ca8

Please sign in to comment.