Giter VIP home page Giter VIP logo

Comments (4)

sjmcdowall avatar sjmcdowall commented on May 22, 2024 3

I was wondering the same thing -- but I used this path instead (which appears to work -- but not sure if its a good method)

	import Map from '@beyonk/svelte-mapbox/src/Map.svelte';
	import Marker from '@beyonk/svelte-mapbox/src/Marker.svelte';

I remember reading somewhere (smelte) that the above maybe more effecient anyway for vite to build later? Not sure --

As for the fastq that is solved (another issue already) via the svelte.config.cjs vite options:

	vite: {
		ssr: {},
		optimizeDeps: {
			include: ['fastq'] // 👈 For svelte-mapbox
		},
		plugins: []
	...

from svelte-mapbox.

guttenbergovitz avatar guttenbergovitz commented on May 22, 2024

Mm... not entirely sure how Svelte Kit threats @ at the beginning of import but it seems when I did import from ../../node_nodules/@beyonk/svelte-mapbox it somehow worked.

Somehow as i got:

[vite] Error when evaluating SSR module /node_modules/fastq/queue.js?v=08ad58e2:
ReferenceError: require is not defined
    at /node_modules/fastq/queue.js?v=08ad58e2:3:15
    at instantiateModule (/Users/krzysztofkrzys/Projects/StoreLocator/storelocator-kit/node_modules/vite/dist/node/chunks/dep-66eb515d.js:69030:166)

from svelte-mapbox.

guttenbergovitz avatar guttenbergovitz commented on May 22, 2024

So we're back in fastq issue...

from svelte-mapbox.

guttenbergovitz avatar guttenbergovitz commented on May 22, 2024

Thank you. I have rune with similar issue with Swiper and this direct.svelte import did the trick for SvelteKit and SSR. TBH I have noticed that good reference for similar issues are ones faced by Sapper people.

from svelte-mapbox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.