UNPKG

jetpack

Version:

Jetpack wraps webpack and nodemon to give you the best development workflow.

13 lines (12 loc) 189 B
module.exports = { port: 1234, entry: './app/client', title: 'testing', exec: 'node ./app/server', verbose: true, css: { features: { 'nesting-rules': true } } }