Created
October 3, 2024 11:34
-
-
Save harrisrobin/1a95f5d5ded262f5cab017288fee75bf to your computer and use it in GitHub Desktop.
Useful snippets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| module.exports = { | |
| compiler: { | |
| removeConsole: { | |
| exclude: ['error'] | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment