UNPKG

jetpack

Version:

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

11 lines (9 loc) 257 B
const rspackConfigForTests = require('../../helpers/rspackConfigForTests') module.exports = { minify: false, rspack(config) { delete config.optimization.splitChunks delete config.optimization.runtimeChunk rspackConfigForTests(config) } }