Skip to content

Commit

Permalink
chore(web): clean up packages in webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
Rexogamer authored Oct 18, 2024
1 parent bc062fd commit 9fb4862
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ const compileNodeModules = [
// react-native packages that need compiling
'@gorhom/bottom-sheet',
'react-native-gesture-handler',
'react-native-image-pan-zoom',
'react-native-image-zoom-viewer',
'react-native-markdown-display',
'react-native-vector-icons',
Expand All @@ -21,7 +20,6 @@ const compileNodeModules = [
const modulesToIgnore = [
// Packages we don't need on web
'react-native-document-picker',
'react-native-fast-image',
].map(moduleName => path.resolve(appDirectory, `node_modules/${moduleName}`));

const babelLoaderConfiguration = {
Expand Down

0 comments on commit 9fb4862

Please sign in to comment.