From e3efe4112814c5717467602e42d8100072605633 Mon Sep 17 00:00:00 2001 From: slowbackspace Date: Thu, 21 Mar 2019 16:53:51 +0100 Subject: [PATCH] apply file-loader to node_modules/trezor-ui-component --- webpack/production.babel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack/production.babel.js b/webpack/production.babel.js index 6e8d190a..0549fba7 100644 --- a/webpack/production.babel.js +++ b/webpack/production.babel.js @@ -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',