Add webpack and TypeScript to a Chrome extension (2024)

preview_player
Показать описание
Expand a basic Chrome extension with webpack and TypeScript development tooling

Рекомендации по теме
Комментарии
Автор

Here's a really important step that I got stuck on. After you run 'npm start', don't look for the manifest.json file in the static directory. A new manifest.json file will appear in a folder called "dist" in the root directory of the project. When you click "Load Unpacked", use the manifest.json file from the dist directory, otherwise your extension will not load.

jtstrocel
Автор

Can you share the code in a repository ?

mppor