Commit 09f42f8e authored by David Walsh's avatar David Walsh
Browse files

Bug 1532359 - Remove Node from library options r=nchevobbe

Removes Node.js as an option for library detection to prevent issues in console.

Differential Revision: https://phabricator.services.mozilla.com/D25236

--HG--
extra : moz-landing-system : lando
parent b8a6dba7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -32,10 +32,6 @@ const libraryMap = [
    label: "Webpack",
    pattern: /webpack\/bootstrap/i
  },
  {
    label: "Node",
    pattern: /(^internal\/|^[^.\/]+\.js)/
  },
  {
    label: "Express",
    pattern: /node_modules\/express/