mirror of
https://github.com/trezor/trezor-wallet
synced 2025-01-23 14:31:07 +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)$/,
|
test: /\.(png|gif|jpg)$/,
|
||||||
exclude: /(node_modules)/,
|
exclude: /node_modules\/(?!(trezor-ui-components)\/).*/,
|
||||||
loader: 'file-loader',
|
loader: 'file-loader',
|
||||||
options: {
|
options: {
|
||||||
outputPath: './images',
|
outputPath: './images',
|
||||||
|
Loading…
Reference in New Issue
Block a user