electron-react-webpack-typescript-2024 icon indicating copy to clipboard operation
electron-react-webpack-typescript-2024 copied to clipboard

How to make code more protective?

Open weziye opened this issue 1 year ago • 2 comments

When I finish developing the project, I want the code to be protected. I tried adding bytenode-webpack-plugin and asarmor to the project, but they failed. Can you provide a solution? Thanks

weziye avatar Mar 24 '24 09:03 weziye

For compiling output javascript into bytecode, have you tried using these examples for configuring the project: https://github.com/herberttn/bytenode-webpack-plugin/tree/main/examples

codesbiome avatar Mar 26 '24 11:03 codesbiome

I compiled the backend code into bytecode and it ran successfully, but I couldn't compile the rendering resources into bytecode

weziye avatar Mar 26 '24 12:03 weziye