Playing with supabase. Currently just using it as ...
# help
n
Playing with supabase. Currently just using it as auth and a very rudimentary user profile. Using it in Sveltekit deployed to Cloudflare Pages. It's all working, but the Cloudflare build log returns this error:
Copy code
Using @sveltejs/adapter-cloudflare
▲ [WARNING] Ignoring this import because "node_modules/@supabase/supabase-js/dist/module/index.js" was marked as having no side effects

     .svelte-kit/output/server/entries/pages/__layout.svelte.js:4:7:
          4 │ import "@supabase/supabase-js";
            ╵        ~~~~~~~~~~~~~~~~~~~~~~~

      "sideEffects" is false in the enclosing "package.json" file
    
        node_modules/@supabase/supabase-js/package.json:21:2:
          21 │   "sideEffects": false,
             ╵   ~~~~~~~~~~~~~
Is it something I should be worried about?
n
Hello @ngs! This thread has been automatically created from your message in #843999948717555735 a ``few seconds ago``. Pinging @User so that they see this as well! Want to unsubscribe from this thread? Right-click the thread in Discord (or use the ... menu) and select Leave Thread to unsubscribe from future updates. Want to change the title? Use the
/title
command! We have solved your problem? Click the button below to archive it.
s
Which bundler are you using?
n
ngs (2022-03-30)
n
Vite, which I think bundles with rollup in it's build step.
s
n
Interesting. Thanks.