This repository has been archived by the owner on May 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 138
Uncaught ReferenceError: arguments is not defined #201
Comments
I experience the same problem. Configuration:
webpack.config.js:
src/index.js:
dist/index.html:
Upon running the scene in a browser, physics does not function and I get this sort of stack trace:
|
i have too |
I have found a workaround for this issue. Seems to me that
var webworkify = require('webworkify-webpack'),
webworkifyDebug = require('./webworkify-debug'),
Driver = require('./driver'),
Event = require('./event'),
worker = require('./worker'),
protocol = require('../utils/protocol'); |
What if I want to use NPM with NodeJS? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When I set up aframe physics and require it in my index.js and then run it with webpack I get the error "Uncaught ReferenceError: arguments is not defined" in my console.
The text was updated successfully, but these errors were encountered: