Skip to content

Commit ffe20a7

Browse files
committed
build: try Format: esm
1 parent 2615a14 commit ffe20a7

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

examples/subscription-webhooks/__generated__/cdc.yml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/subscription-webhooks/__generated__/dispatcher.yml

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/@code-like-a-carpenter/foundation-plugin-cloudformation/src/stacks/dispatcher.ts

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ export function makeDispatcherStack(
2626
buildProperties: {
2727
EntryPoints: ['./index'],
2828
External: config.buildProperties.external,
29+
Format: 'esm',
2930
Minify: config.buildProperties.minify,
3031
Sourcemap: config.buildProperties.sourcemap,
3132
Target: config.buildProperties.target,

packages/@code-like-a-carpenter/foundation-plugin-cloudformation/src/stacks/handler.ts

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ export function makeHandlerStack(config: Config): ServerlessApplicationModel {
5757
BuildProperties: {
5858
EntryPoints: ['./index'],
5959
External: config.buildProperties.external,
60+
Format: 'esm',
6061
Minify: config.buildProperties.minify,
6162
Sourcemap: config.buildProperties.sourcemap,
6263
Target: config.buildProperties.target,

0 commit comments

Comments
 (0)