Levon Khachatryan

Results 15 comments of Levon Khachatryan

@bhawnaparasher this error can be thrown for example when in your level list exists 4k video and system trying to play that video on a device which not support it...

the solution suggested by @qpt works

> @khlevon I am using `vue-cli-plugin-browser-extension` for chrome plugin development. I have developed this plugin with manifest v2 and now want to migrate to V3. So, can you please help...

> @khlevon is any reason why this PR hasn't been merged yet? I think the maintainer doesn't support the repository so there is no one with write access to merge...

> Hello @khlevon , Thanks for your reply. I am asking for help to migrate chrome plugin from manifest v2 to v3 which is developed with vuejs. Ok I understood...

> there is a fork which actively supported maybe you can use it [webpack-ext-reloader](https://github.com/SimplifyJobs/webpack-ext-reloader)

@zdenham I have fixed this issue and opened a pull request, but I think the maintainer will not merge it because the project support stoped. You can clone code from...

Yes, it reloads the page. Thanks to share the info.

@sambessey after building webpack-extension-reloader project you should change package.json of your main project and specify the path of local build for webpack-extension-reloader package ```json "devDependencies": { "webpack-extension-reloader": "file:/Users/xxx/Projects/webpack-extension-reloader" } ```...

after building `webpack-extension-reloader` you should specify in your project's package.json that it should use a custom local build of `webpack-extension-reloader` package. I think your problem exists because you didn't do...