This commit is contained in:
Yuichiro Tachibana (Tsuchiya) 2021-08-27 22:57:14 +09:00
Родитель 7fabcb9c3f
Коммит 319f3c6c0e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -376,7 +376,7 @@ Republishing is not necessary, but when publishing a new version of the extensio
Extensions with source code (defined by the `main` property) need to provide a [web extension main file](#web-extension-main-file) and set the `browser` property in `package.json`.
Use this steps to recompile your extension code for the browser environment:
Use these steps to recompile your extension code for the browser environment:
* Add a webpack config file as shown in the [webpack configuration](#webpack-configuration) section.
* Add the `launch.json` and `tasks.json` files as shown in the [Test your web extension](#test-your-web-extension) section.