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
I tried bumping from v4.4.8 to v5.1.0 but have come across this when trying to use this library with electron vite:
SyntaxError: unknown file: Unable to transform arrow inside class property 1513 | formatters = { 1514 | app: { > 1515 | 'certificate-error': ({ args }) => { | ^ 1516 | return this.arrayToObject(args.slice(1, 4), [ 1517 | 'url', 1518 | 'error', at File.buildCodeFrameError (/Users/philjones/Documents/work/foo/electron/node_modules/.pnpm/@[email protected]/node_modules/@babel/core/lib/transformation/file/file.js:205:12)
electron vite has a bytecode plugin that has restriction on input code that it runs through babel.
related: alex8088/electron-vite#156 see: https://electron-vite.org/guide/source-code-protection
The text was updated successfully, but these errors were encountered:
Sorry, but I can't help with that. I have no plans to transpile the library at least until version 6.
Sorry, something went wrong.
No branches or pull requests
I tried bumping from v4.4.8 to v5.1.0 but have come across this when trying to use this library with electron vite:
electron vite has a bytecode plugin that has restriction on input code that it runs through babel.
related: alex8088/electron-vite#156
see: https://electron-vite.org/guide/source-code-protection
The text was updated successfully, but these errors were encountered: