Try to study the source code and enter the development mode. Run the following command in the command line
yarn build:chrome:dev
...
webpack 5.75.0 compiled with 2 warnings in 11234 ms
At this point, it is in a waiting state. It is expected that you can see a 127.0.0.1:80 entry for debugging. Try to use chrome to load the decompressed extension and load the generated dist/chrome. But it prompts that there is an error. Unlike yarn build:chrome, it can be loaded.
Try to study the source code and enter the development mode. Run the following command in the command line
At this point, it is in a waiting state. It is expected that you can see a 127.0.0.1:80 entry for debugging. Try to use chrome to load the decompressed extension and load the generated dist/chrome. But it prompts that there is an error. Unlike yarn build:chrome, it can be loaded.