Cole
Cole
CDCloudflare Developers
Created by Cole on 7/25/2024 in #wrangler
No such module "wrangler:modules-watch"
If I include terser plugin, I don't get this error, so it must be kinda similar to the above issue, where this import should have been dropped out of the build.
2 replies
CDCloudflare Developers
Created by Cole on 7/25/2024 in #wrangler
No such module "wrangler:modules-watch"
2 replies
CDCloudflare Developers
Created by Cole on 7/25/2024 in #wrangler
`wrangler pages dev` hangs on macOS + bun
I'm investigating alternative methods of package installation with bun like bun i -f --backend=copyfile and I can now host again. I'm not sure if it's related, but I recall an issue with TypeScript LSP related to something like this
1 replies
CDCloudflare Developers
Created by Cole on 7/18/2024 in #workers-help
`wrangler dev` doesn't restart the server even after re-running the build command...
While maybe temporary that this works, this is going to work the best for me, because page deployment seems to have more support for interesting tools such as having a unstable_pages.deploy(...) function exported from "wrangler" which is really nice to have in my deployment strategy, since it returns the deployed URL.
4 replies
CDCloudflare Developers
Created by Cole on 7/18/2024 in #workers-help
`wrangler dev` doesn't restart the server even after re-running the build command...
Interestingly, if I compile my bundle to a build/_worker.js file and instead run wrangler pages dev ./build, everything works correctly (including the build command). That's pretty jank considering the config will throw if you try to use both a pages_build_output_dir = "./build" with a [build] section... 🫣
4 replies
CDCloudflare Developers
Created by Cole on 7/18/2024 in #workers-help
`wrangler dev` doesn't restart the server even after re-running the build command...
I'm on macOS Darwin 23.5.0 arm64 arm with node v21.6.1
4 replies
CDCloudflare Developers
Created by Cole on 1/16/2024 in #pages-help
Qwik-City deployment no longer working (couple days ago)
It seems to be related to some data corruption that can be caused by my end-user. I'm trying to figure it out now
2 replies