We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
5a57c05
Add optional option excludeInProduction, allowing excluding modules from the production bundle:
excludeInProduction
module.exports = { ... excludeInProduction: [ "electron-devtools-installer" ] };