Skip to content

Commit a43c645

Browse files
authored
build: remove static copy of react-responsive-carousel styles as it is no longer used statically (#23278)
This change https://github.com/MetaMask/metamask-extension/pull/22531/files#diff-89ed0c4bbc62cc2f988334cb1572c5667d03bbf48b44c89f1d8f9e685bd2c257R6 allows for this PR. Fixes #23094
1 parent b3674e3 commit a43c645

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

development/build/static.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,6 @@ function getCopyTargets(
142142
// update this location in styles.js if it changes
143143
dest: `fonts/fontawesome`,
144144
},
145-
{
146-
src: getPathInsideNodeModules('react-responsive-carousel', 'lib/styles/'),
147-
dest: 'react-gallery/',
148-
},
149145
{
150146
src: `./ui/css/output/`,
151147
pattern: `*.css`,

0 commit comments

Comments
 (0)