Skip to content

Commit

Permalink
Bug 1881818 - Remove various modules from asrouter/aboutwelcome/newta…
Browse files Browse the repository at this point in the history
…b as they are now unused. r=aminomancer,omc-reviewers

Differential Revision: https://phabricator.services.mozilla.com/D202620
  • Loading branch information
Standard8 committed Feb 24, 2024
1 parent 21cc8ce commit c658bb0
Show file tree
Hide file tree
Showing 10 changed files with 3 additions and 413 deletions.
4 changes: 0 additions & 4 deletions browser/components/aboutwelcome/karma.mc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,6 @@ module.exports = function (config) {
"node_modules",
PATHS.newtabResolveDirectory,
],
fallback: {
stream: require.resolve("stream-browserify"),
buffer: require.resolve("buffer"),
},
alias: {
newtab: path.join(__dirname, "../newtab"),
asrouter: path.join(__dirname, "../asrouter"),
Expand Down
89 changes: 0 additions & 89 deletions browser/components/aboutwelcome/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions browser/components/aboutwelcome/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@babel/preset-react": "7.16.0",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"babel-loader": "8.2.3",
"babel-plugin-jsm-to-esmodules": "0.6.0",
"chai": "4.3.4",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.6",
Expand All @@ -33,7 +32,6 @@
"npm-run-all": "4.1.5",
"sass": "1.43.4",
"sinon": "12.0.1",
"stream-browserify": "3.0.0",
"webpack": "5.56.0",
"webpack-cli": "4.9.1",
"yamscripts": "0.1.0"
Expand Down
4 changes: 0 additions & 4 deletions browser/components/asrouter/karma.mc.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ module.exports = function (config) {
"node_modules",
PATHS.newtabResolveDirectory,
],
fallback: {
stream: require.resolve("stream-browserify"),
buffer: require.resolve("buffer"),
},
alias: {
newtab: path.join(__dirname, "../newtab"),
},
Expand Down
89 changes: 0 additions & 89 deletions browser/components/asrouter/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions browser/components/asrouter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"@babel/preset-react": "7.16.0",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"babel-loader": "8.2.3",
"babel-plugin-jsm-to-esmodules": "0.6.0",
"chai": "4.3.4",
"chai-json-schema": "1.5.1",
"enzyme": "3.11.0",
Expand All @@ -35,7 +34,6 @@
"raw-loader": "4.0.2",
"sass": "1.43.4",
"sinon": "12.0.1",
"stream-browserify": "3.0.0",
"webpack": "5.56.0",
"webpack-cli": "4.9.1",
"yamscripts": "0.1.0"
Expand Down
Loading

0 comments on commit c658bb0

Please sign in to comment.