cloudflare / pages-action

MIT License
468 stars 95 forks source link

Add bundle option #76

Open tornqvist opened 1 year ago

tornqvist commented 1 year ago

When uploading _worker.js source maps to Sentry the automatic bundling of the worker code will make the source maps inaccurate.

This adds a bundle option (default true) which will allow you to prevent bundling and have the _worker.js code be uploaded as is, with intact source maps.