apply file-loader to node_modules/trezor-ui-component

pull/460/head
slowbackspace 5 years ago
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…
Cancel
Save