Closed cpibm closed 1 year ago
Hey this should be fixed in v3.3.1
, i accidentally imported RequestEvent from $types instead of @sveltejs/kit
Hi, I'm still having this problem in v3.3.1, but the broken code to me looks like
import { dev } from '$app/environment';
in the file utils.js
Alright i think i got it now, probably can't use the $app
module when packaging. It should work in 3.3.2.
Thanks a lot! 3.3.2 does fix the issue.
When using the (latests) version 3.3.0 of the package, it seems the build or packaging process is broken because the whole app breaks with the following message:
If I inspect the package, indeed the new imports remain but the packaged structure does not match the paths:
And this is the broken code: