mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-07 06:40:54 +00:00
apply file-loader to node_modules/trezor-ui-component
This commit is contained in:
parent
e4595c33c3
commit
e3efe41128
@ -26,7 +26,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
test: /\.(png|gif|jpg)$/,
|
||||
exclude: /(node_modules)/,
|
||||
exclude: /node_modules\/(?!(trezor-ui-components)\/).*/,
|
||||
loader: 'file-loader',
|
||||
options: {
|
||||
outputPath: './images',
|
||||
|
Loading…
Reference in New Issue
Block a user