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
when use swcPlugin with bytecodePlugin (see this demo and vite config) bytecode-loader.cjs generated but no byte code loader block in entry file.
temporary code has "'use strict';" instead of '"use strict";', so the following replacement in bytecode plugin failed
_code = hasBytecodeMoudle ? _code.replace(useStrict, `${useStrict}\n${bytecodeLoaderBlock}`) : _code
2.3.0
30.0.8
5.4.11
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
when use swcPlugin with bytecodePlugin (see this demo and vite config)
bytecode-loader.cjs generated but no byte code loader block in entry file.
temporary code has "'use strict';" instead of '"use strict";',
so the following replacement in bytecode plugin failed
Electron-Vite Version
2.3.0
Electron Version
30.0.8
Vite Version
5.4.11
Validations
The text was updated successfully, but these errors were encountered: