I have a project:
https://github.com/zdying/hiipack
hiipack can do it now. example:
$ hii init project_name
$ hii start
$ hii start -p 8800
$ hii pack
$ hii sync
$ hii min
welcome to exchange experience :)
It's sound great if well maintained, but it should be install globally, due to its HUGE size
@koistya What's the difference between react-app and react-app-tools ? I can see two npm versions
react-app-tools is like a ember-cli. It implicitly installs webpack
So you're saying all this does is remove the webpack config file because from what i understand it's still using webpack. 😲
This is pretty misleading, because create-react-app still uses webpack, it's just blackboxxed.
Antoine
This is still using Webpack... People who don't want to use Webpack should take a look at shinglyu.github.io/web/2016/04/06/minimal_react.h… or at github.com/misterfresh/react-without-webpack