pagepack
v0.1.2
Published
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.
Downloads
5
Readme
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