0.1.2 • Published 7 years ago

pagepack v0.1.2

Weekly downloads
37
License
-
Repository
-
Last release
7 years ago

Pagepack is a super simple interface to Webpack. Give it an entry JS file and it'll give you a webpage. Includes Babel (with ES 2017 and React support) and PostCSS (with cssnext) loaders.

pagepack serve ./src/index.js --title 'Welcome' --static ./static --port 8080
pagepack build ./src/index.js --title 'Welcome' --static ./static --output ./dist --production