jerrysu / heroku-buildpack-webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Heroku Buildpack for webpack

This is a Heroku buildpack for web applications that use webpack.

Usage

The bin/compile script run webpack with the default configuration file (webpack.config.js in your main directory). To use the buildpack:

  1. Use the multi buildpack:

    $ heroku config:set BUILDPACK_URL=https://github.com/ddollar/heroku-buildpack-multi
  2. Configure your .buildpacks file:

    https://github.com/heroku/heroku-buildpack-nodejs
    https://github.com/jerrysu/heroku-buildpack-webpack
    
  3. Deploy to Heroku.

About


Languages

Language:Shell 100.0%