Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 8587001

Browse files
author
Vadim Vinogradov
authored
Update README.md
1 parent 23ee5fd commit 8587001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Includes only the latest and greatest web technologies (dependencies updated at
1010
5. Using tests (by [jest](https://github.com/facebook/jest), [example](https://github.com/vinogradov/react-starter-kit/blob/master/src/examples/react/__tests__/hello.test.js))
1111
6. Using git [pre-push hook](https://git-scm.com/book/gr/v2/Customizing-Git-Git-Hooks) to force run tests and linting before push
1212
7. Webpack:
13-
* vendor code splitting (2 separate chunks: one for libraries and one for application. Using browser cache for libraries)
13+
* vendor code splitting (2 separate chunks: one for libraries and one for application. Let your browser cache libraries)
1414
* absolute imports for application code (e.g. `import 'components/button'` instead of `import '../../../components/button'`)
1515
8. Using [visual analyzing tools](https://github.com/th0r/webpack-bundle-analyzer) for inspecting the bundle to always control its content and size
1616

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /