Closed dysbulic closed 2 years ago
Name | Link |
---|---|
Latest commit | 8967a75ab5453b86667390bb60cdcd42976f097c |
Latest deploy log | https://app.netlify.com/sites/stately-liger-899f41/deploys/62f21c235cfcc400091e18c0 |
Deploy Preview | https://deploy-preview-3--stately-liger-899f41.netlify.app |
Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify site settings.
This pull was initially an attempt to build a static site using Vite.
Vite uses ESBuild to run the development server and Rollup to build the site. The ESBuild setup is working, but the Rollup build is failing in call-bind in a way I'm pretty sure isn't a configuration issue, but an actual problem with the code generated by Rollup.
The next task on that front is to generate a minimum failing example, but in the interim I added a Webpack config to generate the static site.
I kept the Vite config to run the dev server because Webpack takes ~30 seconds for every build.