chore(examples): migrates email example to 3.0 [skip-lint] (#9215)

Changes:

- Migrates `email` example project to `3.0` from `2.0`
- Replaces `inline-css` dependency with `juice` package instead.
- Replaces `Handlebars` dependency with `ejs` package instead.

Reason for replacing packages:
- Both `inline-css` & `Handlebars` had issues with Nextjs and its
Webpack bundling i.e does not support `require.extensions`.
- `ejs` & `juice` do not rely on `require.extensions`.
This commit is contained in:
Patrik
2024-11-15 14:10:24 -05:00
committed by GitHub
parent 7c732bec14
commit ba06ce6338
32 changed files with 7811 additions and 8510 deletions

View File

@@ -49,6 +49,7 @@ jobs:
- 'pnpm-lock.yaml'
- 'package.json'
- 'templates/**'
- 'examples/**'
templates:
- 'templates/**'
- name: Log all filter results