Closed weswalla closed 4 months ago
@pepoospina you should be able to run yarn run build-email-renderer and then it will bundle a render-email.js in the build directory. you should be able to import it like in https://github.com/Common-SenseMakers/sensemakers/pull/122/commits/491930d489b8d329e4bf99b4fb98bc10b7fea064
yarn run build-email-renderer
render-email.js
build
It's not the AppLabel but it does contain some styled components.
AppLabel
@pepoospina you should be able to run
yarn run build-email-renderer
and then it will bundle arender-email.js
in thebuild
directory. you should be able to import it like in https://github.com/Common-SenseMakers/sensemakers/pull/122/commits/491930d489b8d329e4bf99b4fb98bc10b7fea064It's not the
AppLabel
but it does contain some styled components.