Skip to content

kreativgebiet/heroku-buildpack-webpack

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 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. Specify our buildpack as the priorized one, for now:

    $ heroku buildpacks:set https://github.com/kreativgebiet/heroku-buildpack-webpack
  2. Add the heroku/nodejs buildpack back at index=1:

$ heroku buildpacks:add --index 1 heroku/nodejs
  1. Deploy a new version of your app to Heroku.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%