electron-python-example icon indicating copy to clipboard operation
electron-python-example copied to clipboard

Module parse failed

Open rakakhrl opened this issue 6 years ago • 1 comments

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?

rakakhrl avatar Nov 28 '18 08:11 rakakhrl

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.

charlesRmajor avatar Jun 04 '19 16:06 charlesRmajor