react-chrome-extension-boilerplate icon indicating copy to clipboard operation
react-chrome-extension-boilerplate copied to clipboard

Simplify boilerplate

Open jhen0409 opened this issue 8 years ago • 1 comments

  • [x] Just use npm scripts instead of gulp
    • [x] webpack, webpack-dev-server, eslint, mocha, crx use CLI tool instead.
    • ~~Move replace-webpack-code to webapck config, it's sync code of purely.~~
    • ~~Don't use jade, just use chrome/*.html, dist/*.html.~~
    • ~~No manifest.{env}.json, just use chrome/manifest.json, dist/manifest.json~~
  • [x] Remove redux-devtools monitor dependencies, and recommend use redux-devtools-extension.
  • [x] Implement all #8 tasks.

jhen0409 avatar Jan 09 '16 16:01 jhen0409

any news on this?

oswaldoacauan avatar Apr 11 '16 14:04 oswaldoacauan