UNPKG

jetpack

Version:

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

15 lines (13 loc) 309 B
const rspackConfigForTests = require('../../helpers/rspackConfigForTests') module.exports = { minify: false, target: { modern: true, legacy: true }, rspack(config) { delete config.optimization.splitChunks delete config.optimization.runtimeChunk rspackConfigForTests(config) } }