Skip to content

Commit

Permalink
fix: email template dir incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
Geoffroy Empain committed Dec 4, 2020
1 parent 44dcd9b commit 13fd39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports = {
patterns: [
{
from: './src/emails/templates',
to: 'email/templates',
to: 'emails/templates',
},
{
from: './src/public',
Expand Down

0 comments on commit 13fd39c

Please sign in to comment.