Skip to content

Commit

Permalink
fixed #4. thanks
Browse files Browse the repository at this point in the history
  • Loading branch information
lxieyang committed Apr 22, 2020
1 parent 648b07b commit d602031
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,12 @@ and on your `src/manifest.json`:
}
```

## Intelligent Code Completion

Thanks to [@hudidit](https://github.com/lxieyang/chrome-extension-boilerplate-react/issues/4)'s kind suggestions, this boilerplate supports chrome-specific intelligent code completion using [@types/chrome](https://www.npmjs.com/package/@types/chrome). For example:

![intellisense](https://lxieyang.github.io/static/chrome-extension-boilerplate-dev-intellisense-ed9e7c485d3eaf66417e5da4748e2c97.png)

## Packing

After the development of your extension run the command
Expand Down
29 changes: 28 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "chrome-extension-boilerplate-react",
"version": "2.4.2",
"version": "2.5.0",
"description": "A chrome extension boilerplate built with React 16 and Webpack 4",
"license": "MIT",
"repository": {
Expand All @@ -14,6 +14,7 @@
},
"dependencies": {
"@hot-loader/react-dom": "^16.13.0",
"@types/chrome": "0.0.104",
"@types/react": "^16.9.26",
"react": "^16.13.1",
"react-dom": "^16.13.1",
Expand Down

0 comments on commit d602031

Please sign in to comment.