Skip to content

jerrysu/heroku-buildpack-webpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages