Currently working with the Vue webpack project template and I've noticed that when the development server is running, any errors that occur are automatically injected into my webpage and also shown in the browser console. While I understand that this is the intended behavior, I would like to disable the injection into the DOM so that I can utilize jQuery and Bootstrap's JavaScript, as it seems they are not compliant with certain ESLint rules.