-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
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
Module parse failed #410
Comments
I think you and I have the same problem, like #409 , and i had a PR to fix it. |
MrZordex
pushed a commit
to MrZordex/driver.js
that referenced
this issue
Aug 31, 2023
kamranahmedse
pushed a commit
that referenced
this issue
Sep 4, 2023
This should be fine in |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
// function ee(e) {
// (a("allowKeyboardControl") ?? !0) && (e.key === "Escape" ? L("escapePress") : e.key === "ArrowRight" ? L("arrowRightPress") : e.key === "ArrowLeft" && L("arrowLeftPress"));
// }
the function ee is throwing error when importing the package like this:
Module parse failed: Unexpected token (208:30)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders;
after i commented this function , it seems all right? ps i am using it inside a vue project.
The text was updated successfully, but these errors were encountered: