Remove extraneous Node.js core module dependencies

- buffer and stream-browserify are already provided by node-polyfill-webpack-plugin

Signed-off-by: Christopher Ng <chrng8@gmail.com>
pull/36842/head
Christopher Ng 1 year ago
parent abaf6cd3a4
commit 2d4cb2aeab

2
package-lock.json generated

@ -35,7 +35,6 @@
"backbone": "^1.4.1",
"blueimp-md5": "^2.19.0",
"browserslist-useragent-regexp": "^3.0.2",
"buffer": "^6.0.3",
"camelcase": "^6.3.0",
"clipboard": "^2.0.11",
"colord": "^2.9.3",
@ -66,7 +65,6 @@
"regenerator-runtime": "^0.13.9",
"select2": "3.5.1",
"snap.js": "^2.0.9",
"stream-browserify": "^3.0.0",
"strengthify": "github:nextcloud/strengthify#0.5.9",
"throttle-debounce": "^5.0.0",
"underscore": "1.13.4",

@ -60,7 +60,6 @@
"backbone": "^1.4.1",
"blueimp-md5": "^2.19.0",
"browserslist-useragent-regexp": "^3.0.2",
"buffer": "^6.0.3",
"camelcase": "^6.3.0",
"clipboard": "^2.0.11",
"colord": "^2.9.3",
@ -91,7 +90,6 @@
"regenerator-runtime": "^0.13.9",
"select2": "3.5.1",
"snap.js": "^2.0.9",
"stream-browserify": "^3.0.0",
"strengthify": "github:nextcloud/strengthify#0.5.9",
"throttle-debounce": "^5.0.0",
"underscore": "1.13.4",

@ -175,9 +175,7 @@ module.exports = {
extensions: ['*', '.ts', '.js', '.vue'],
symlinks: true,
fallback: {
buffer: require.resolve('buffer'),
fs: false,
stream: require.resolve('stream-browserify'),
},
},
}

Loading…
Cancel
Save