workers-webpack-example

An example of building a Cloudflare Worker with Webpack

Stars
33

Workers Webpack Example

Cloudflare Workers allow you to write JavaScript which runs on all of Cloudflare's 160+ global data centers. This repo is an example of how to combine multiple files and dependencies to create a Worker using the Webpack build tool.

The actual Worker replaces the content of your site with a Worker which returns the current time in the timezone of the caller's choice.

Dependencies

  • npm
  • jq (for the preview script)
  • cURL (for the preview script)

Instructions

  • npm install
  • npm run build

To open the Workers preview with the built Worker:

  • npm run preview