UNPKG

jetpack

Version:

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

15 lines (13 loc) 258 B
const rspackConfigForTests = require('../../helpers/rspackConfigForTests') module.exports = { minify: false, chunkLoadRetry: true, css: { features: { 'nesting-rules': true } }, rspack(config) { rspackConfigForTests(config) } }