From 46e89dd51c8e8c659e7fe7ee8dadc6a487a943da Mon Sep 17 00:00:00 2001 From: Anton Bryzgalov Date: Mon, 6 Apr 2020 01:13:13 +0300 Subject: [PATCH] example/README: type=webpack --- example/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/README.md b/example/README.md index 3b6d850..244d2eb 100644 --- a/example/README.md +++ b/example/README.md @@ -8,6 +8,8 @@ Gateway integration, for example. The relevant portions of the code are the import/setup: ```js +// to allow importing set the type of the project to "webpack" in wrangler.toml +// https://developers.cloudflare.com/workers/tooling/wrangler/configuration#per-project import { AwsClient } from 'aws4fetch' // Assume AWS_* vars have been uploaded via the Cloudflare Worker Secrets Vault