Open trivikr opened 3 hours ago
If you remove them, please do verify that the build actually works — see https://github.com/bluesky-social/social-app/pull/6459 for context.
Thanks for providing a fix!
I just created a bug report when testing removal of webpack dependencies at https://github.com/bluesky-social/social-app/issues/6462
please do verify that the build actually works
ToDo: Run yarn web
and verify whenever this task is taken up.
Instructions: https://github.com/bluesky-social/social-app/blob/main/docs/build.md#running-web-app
Describe the Feature
The direct dependencies for webpack were added on migrating from "react-scripts" in https://github.com/bluesky-social/social-app/commit/d6ec627c8cd32836e5ed494606318959ca17fca1. However, they weren't removed when we target moved to expo in https://github.com/bluesky-social/social-app/pull/288
The following dependencies can be removed as they're imported elsewhere:
@expo#webpack-config#babel-loader
@expo#babel-preset-expo#babel-plugin-react-native-web
@expo#webpack-config#html-webpack-plugin
@expo#webpack-config#webpack
@expo#webpack-config#webpack-dev-server
Following dependencies can be removed as they're no longer used:
Attachments
No response
Describe Alternatives
No response
Additional Context
No response