You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2025. It is now read-only.
Michael Hulse edited this page Oct 10, 2017
·
2 revisions
There are two ways you can add scripts to the blackbox blacklist:
Using the Settings panel: Right-clicking on any script in the Sources panel
Settings panel
Use the Settings panel to configure blackboxed scripts: Open the DevTools Settings and click on the “Blackboxing” tab.
^https:\/\/, basically block any CDN-hosted libraries (greedy, but I’d prefer to be implicit)
plugins, I like to put all locally hosted and manually installed libraries/plugins in this directory (when not using a package manager to manage dependencies)
\.min\.js$, for all minified sources
node_modules and bower_components, for package manager dependencies
~, home, for dependencies in a Webpack bundle
bundle.js, it’s a bundle itself (we use sourcemaps, don’t we?)
(webpack)-hot-middleware — “Hot Module Replacement”, (HMR) is a feature to inject updated modules into the active runtime.