What is the difference between using the plugin and deploying manually with Wrangler?

Question

Grade: Education Subject: Support
What is the difference between using the plugin and deploying manually with Wrangler?
Asked by:
85 Viewed 85 Answers

Answer (85)

Best Answer
(279)
The plugin automates the build and deployment process, integrating seamlessly with Vite's workflow. Manual deployment with Wrangler requires more manual steps, including bundling, transforming, and uploading your code separately. The plugin simplifies this process significantly.