alarner / perk

A well documented set of tools for building node web applications.
http://perkframework.com
MIT License
181 stars 31 forks source link

Add support for Webpack #3

Closed alarner closed 8 years ago

alarner commented 8 years ago

Right now Perk uses Gulp, Browserify and Babel to compile frontend assets and support ES2015. It would also be nice to additionally support Webpack so that developers can use their build tool of choice.

alarner commented 8 years ago

Added in #23