1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-24 16:08:11 +00:00

flowconfig: add 'images'

fix for import CaseImage from 'images/case.png'; in src/views/Landing/index.js
This commit is contained in:
Szymon Lesisz 2018-09-19 18:56:38 +02:00
parent e12c44a34d
commit 30e82f85fa

View File

@ -43,4 +43,5 @@ module.name_mapper='^data' -> '<PROJECT_ROOT>/src/data'
module.name_mapper='^services' -> '<PROJECT_ROOT>/src/services'
module.name_mapper='^support' -> '<PROJECT_ROOT>/src/support'
module.name_mapper='^public' -> '<PROJECT_ROOT>/public'
module.name_mapper='^images' -> '<PROJECT_ROOT>/src/images'
module.system=haste