webpack-chrome-extension-reloader icon indicating copy to clipboard operation
webpack-chrome-extension-reloader copied to clipboard

Failed to load extension from

Open linvain opened this issue 5 years ago • 2 comments

Type:

  • [x] bug
  • [ ] feature
  • [ ] enhancement
  • [ ] question

Environment:

  • OS: Manjaro KDE
  • Library Version: 1.2.0

I'm going to open a PR:

  • [ ] yes
  • [x] no

Description: Every time I run webpack --watch I'm getting this message: "Failed to load extension from: . Manifest file is missing or unreadable". Then extension breaks until I run load unpacked again. After that, everything behaves OK. I think that, for some reason, it notifies Chrome before build process is over.

linvain avatar Feb 28 '19 16:02 linvain

I have the same problem. I checked the build folder, the manifest.json is gone. and I get this message "Message from the client: [ WCER: 22:57:11 - CreateCamp successfully reloaded ]"

Tzelon avatar Mar 12 '19 21:03 Tzelon

Hello! Sorry for taking long to response, I was out on a long vacation. Can you provide me a small sample of code so I can test and see what's happening? Remember to use the latest version (it already contain some fixes that may affect this)

rubenspgcavalcante avatar Apr 03 '19 13:04 rubenspgcavalcante