jhen0409 / react-chrome-extension-boilerplate

Boilerplate for Chrome Extension React.js project
MIT License
2.14k stars 388 forks source link

Upgrade React & Redux DevTools #15

Closed jhen0409 closed 8 years ago

jhen0409 commented 8 years ago

8

  1. Update react to 0.14.3.
  2. Update redux-devtools to 3.0.0-beta3.
  3. Update eslint-config-airbnb to 0.1.0 and update coding style.
  4. Using redux-devtools-extension, we can run DEVTOOLS_ENV=1 npm run dev to enable it.
  5. Using process.env instead of __VAR__ constant. (#10)