Skip to content

Commit 5f58d67

Browse files
committed
New physics
1 parent 6f4975f commit 5f58d67

26 files changed

+18594
-4803
lines changed

build/physics-module.js

Lines changed: 2057 additions & 1868 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/physics-module.js.map

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

build/physics-module.min.js

Lines changed: 0 additions & 133 deletions
This file was deleted.

build/physics-module.module.js

Lines changed: 2056 additions & 1867 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/physics-module.module.js.map

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

build/physics-module.native.js

Lines changed: 4325 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/physics-module.native.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/physics-module.native.module.js

Lines changed: 4285 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/physics-module.native.module.js.map

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bundle-worker/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function () {
3030
`import shimWorker from 'rollup-plugin-bundle-worker';`,
3131
`export default new shimWorker(${JSON.stringify(paths.get(id))}, function (window, document) {`,
3232
`var self = this;`,
33-
fs.readFileSync(id, 'utf-8'),
33+
fs.readFileSync(id, 'utf-8').replace('export default self;', ''),
3434
`\n});`
3535
].join('\n');
3636

0 commit comments

Comments
 (0)