We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
getting failed to compile
./node_modules/box2d-wasm/dist/es/Box2D.simd.js 2:25 Module parse failed: Unexpected token (2:25) File was processed with these loaders:
var _scriptDir = import.meta.url; | return function (Box2D) { | Box2D = Box2D || {};
The text was updated successfully, but these errors were encountered:
Webpack config is documented here:. #26
Sorry, something went wrong.
Actually if it's a syntax error that sounds like a different problem: parsing ES6 as CommonJS
No branches or pull requests
getting failed to compile
./node_modules/box2d-wasm/dist/es/Box2D.simd.js 2:25
Module parse failed: Unexpected token (2:25)
File was processed with these loaders:
You may need an additional loader to handle the result of these loaders.
| var Box2D = function () {
The text was updated successfully, but these errors were encountered: