我有这个部署到heroku的应用程序:
https://github.com/justin808/react-webpack-rails-tutorial
http://react-webpack-rails-tutorial.herokuapp.com/
该技术在此处描述:http://www.railsonmaui.com/blog/2014/10/02/integrating-webpack-and-the-es6-transpiler-into-an-existing-rails-project/
目前,package.json位于项目的根级别.
如何将/package.json和/ node_modules移动到/ webpack目录中?
即,如何告诉节点buildpack在哪里查找package.json?