if Im using my own bundler config do I

if Im using my own bundler config do I need to pass in the --no-bundle flag? Right now I am just running my own build and then setting the "main" property in wrangler.jsonc to my bundled output at dist/index.js. So to clarify: if I set the entrypoint to my custom bundler's output, do I still need to pass in --no-bundle flag?
2 Replies
Unknown User
Unknown User3w ago
Message Not Public
Sign In & Join Server To View
darkpool
darkpoolOP3w ago
ok thank you. Is there a way to get more info on this? From the docs: "If you opt out of bundling, Wrangler will not process your code and some features introduced by Wrangler bundling (for example minification, and polyfills injection) will not be available." Just curious what else exaclty I should look into that wrangler is doing for best compatability or performance

Did you find this page helpful?