electron-python-example
electron-python-example copied to clipboard
Module parse failed
So i use vuejs as the frontend of my electron app by using this plugin https://github.com/nklayman/vue-cli-plugin-electron-builder . But when i serve the electron app i got this error
Module parse failed: Unexpected character '�' (1:2) You may need an appropriate loader to handle this file type. (Source code omitted for this binary file)
Any idea to fix it?
Dealing with this error too! Looks related to this: https://github.com/0rpc/zerorpc-node/issues/88 The webpack update to use node-loader isn't working for me though.