1
0
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:
slowbackspace 2019-03-21 16:53:51 +01:00
parent e4595c33c3
commit e3efe41128

View File

@ -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',