Added Cloudflare Worker example running on Webpack 5

This commit is contained in:
Alexander Cerutti
2022-02-05 23:24:08 +01:00
parent ff76d0717c
commit c734464f36
9 changed files with 3905 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
name = "pg-cw-example-webpack5"
type = "javascript"
account_id = ""
workers_dev = true
route = ""
zone_id = ""
compatibility_date = "2022-01-31"
[build]
command = "npm run build"
[build.upload]
format = "service-worker"