File tree 2 files changed +2
-2
lines changed
packages/react-scripts/config 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ module.exports = {
145
145
// When you `import` an asset, you get its (virtual) filename.
146
146
// In production, they would get copied to the `build` folder.
147
147
{
148
- test : / \. ( i c o | j p g | j p e g | p n g | g i f | e o t | o t f | w e b p | s v g | t t f | w o f f | w o f f 2 ) ( \? .* ) ? $ / ,
148
+ test : / \. ( i c o | j p g | j p e g | p n g | g i f | b m p | e o t | o t f | w e b p | s v g | t t f | w o f f | w o f f 2 ) ( \? .* ) ? $ / ,
149
149
loader : 'file' ,
150
150
query : {
151
151
name : 'static/media/[name].[hash:8].[ext]'
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ module.exports = {
162
162
// "file" loader makes sure those assets end up in the `build` folder.
163
163
// When you `import` an asset, you get its filename.
164
164
{
165
- test : / \. ( i c o | j p g | j p e g | p n g | g i f | e o t | o t f | w e b p | s v g | t t f | w o f f | w o f f 2 ) ( \? .* ) ? $ / ,
165
+ test : / \. ( i c o | j p g | j p e g | p n g | g i f | b m p | e o t | o t f | w e b p | s v g | t t f | w o f f | w o f f 2 ) ( \? .* ) ? $ / ,
166
166
loader : 'file' ,
167
167
query : {
168
168
name : 'static/media/[name].[hash:8].[ext]'
You can’t perform that action at this time.
0 commit comments