You can do this per environment, e.g. in config/webpack/test.js
:
const environment = require('./environment')
const config = environment.toWebpackConfig()
config.devtool = 'none'
module.exports = config
Posted by Henning Koch to makandra dev (2020-08-19 12:22)