UNPKG

jetpack

Version:

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

8 lines (5 loc) 213 B
const cli = require('./lib/cli') const createJetpackConfig = require('./lib/rspack.config') const options = cli.options() const rspackConfigs = createJetpackConfig(options) module.exports = rspackConfigs.modern