You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The direct dependencies for webpack were added on migrating from "react-scripts" in d6ec627.
However, they weren't removed when we target moved to expo in #288
The following dependencies can be removed as they're imported elsewhere:
babel-loader
Now imported from @expo#webpack-config#babel-loader
No direct use in webpack config.
babel-plugin-react-native-web
Now imported from @expo#babel-preset-expo#babel-plugin-react-native-web
No direct use in webpack config.
html-webpack-plugin
Now imported from @expo#webpack-config#html-webpack-plugin
No direct use in webpack config
webpack
Now imported from @expo#webpack-config#webpack
webpack-dev-server
Now imported from @expo#webpack-config#webpack-dev-server
Following dependencies can be removed as they're no longer used:
@tsconfig/react-native
url-loader
webpack-cli
Attachments
No response
Describe Alternatives
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Describe the Feature
The direct dependencies for webpack were added on migrating from "react-scripts" in d6ec627.
However, they weren't removed when we target moved to expo in #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
The text was updated successfully, but these errors were encountered: