Skip to content

Commit

Permalink
force hbs files to be bundled as cjs
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieusieben committed Feb 23, 2024
1 parent 4f3f01a commit 5bd35f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/pds/build.templates.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ require('esbuild').build({
sourcemap: true,
outdir: 'dist/mailer/templates',
platform: 'node',
format: 'cjs',
plugins: [
hbsPlugin({
filter: /\.(hbs)$/,
Expand Down

0 comments on commit 5bd35f4

Please sign in to comment.