Skip to content
#

wrangler

Here are 16 public repositories matching this topic...

paulrenshaw
paulrenshaw commented Feb 15, 2020

The webpack config defines the build out put as follows:

output: {
    filename: `worker.${mode}.js`,
    path: path.join(__dirname, 'dist'),
  },

but the package.json defines the main entrypoint as index.js, which will never exist, and will be used by wrangler preview to serve a local demo, and obviously anything else that relies on the main property of package.json to run the

Improve this page

Add a description, image, and links to the wrangler topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wrangler topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.