webtretech / nestjs-mailer-react-adapter

📨 Build and send emails in Nest framework using React.js
https://www.npmjs.com/package/@webtre/nestjs-mailer-react-adapter
MIT License
35 stars 3 forks source link

Cannot find module '/Users/xxxx/node/nestjs-prisma-starter/dist/templates/welcome.js #46

Closed Darkhorse-Fraternity closed 1 year ago

Darkhorse-Fraternity commented 1 year ago

Something seems to have gone wrong with it. The system doesn't seem to be generating welcomm.js automatically. Also, if you don't import react. welcome.tsx will throw an error.

image

image

image

Darkhorse-Fraternity commented 1 year ago

image

kodjunkie commented 1 year ago

Hi @Darkhorse-Fraternity! The sample in the readme works. Are you using a different build setup? Or if you could create a demo repo with this issue, then I can take a look.

essuraj commented 11 months ago

i have libraries projects in nest.js and that outputs all the code inside 1 file ie... dist/main.js in this case only d.ts files are being generated with folder structure.. so all the js files are missing.. and i get the above issue