Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Remove extraneous Node.js core module dependencies
- buffer and stream-browserify are already provided by node-polyfill-webpack-plugin

Signed-off-by: Christopher Ng <[email protected]>
  • Loading branch information
Pytal committed Feb 24, 2023
commit 2d4cb2aeab123592d6a8c81269bfe4799d88f9ae
2 changes: 0 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 0 additions & 2 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,7 @@ module.exports = {
extensions: ['*', '.ts', '.js', '.vue'],
symlinks: true,
fallback: {
buffer: require.resolve('buffer'),
fs: false,
stream: require.resolve('stream-browserify'),
},
},
}