Open rakakhrl opened 6 years ago
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?
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)
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.
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?