Jakub Donovan

Results 19 comments of Jakub Donovan

I cannot find this package in melpa. Where did it go and was this fixed?

4 months since the last comment and the problem remains unsolved. @ivan-liljeqvist did you guys have a chance to have a look at this at all

> When navigating back to the page the widget is in, a force reload is necessary in order to display it. I know this is probably not a problem with...

> Did you find a solution? I would also like to know. The artifacts folder is not there.

Hey there, thanks for your prompt response. Here's my config inside svelte.config.js ```js import adapter from '@sveltejs/adapter-auto'; import preprocess from 'svelte-preprocess'; /** @type {import('@sveltejs/kit').Config} */ const config = { //...

> ssr: { > noExternal: ['lightweight-charts'] > } This will do for now. Thank you

> Ok, I see this warning on my side. > > You need to add: > > ``` > vite: { > ssr: { > noExternal: ['lightweight-charts'] > } >...

@trash-and-fire Hey, it looks like the lib stopped working after the recent sveltekit changes. I moved the following into my vite.config.js ``` ssr: { noExternal: ['lightweight-charts'] } ``` vite.config.js ```...

> I followed the instructions and got the following error > 500 > Cannot use import statement outside a module > > /Users/jakubdonovan/Documents/code/svelte-lightweight-charts-minimal/node_modules/lightweight-charts/dist/lightweight-charts.esm.development.js:7 > import { bindToDevicePixelRatio } from 'fancy-canvas/coordinate-space';...

> I added fancy-canvas to my noExternals and got this error > 500 > Cannot use import statement outside a module > > /Users/jakubdonovan/Documents/code/svelte-lightweight-charts-minimal/node_modules/lightweight-charts/dist/lightweight-charts.esm.development.js:7 > import { bindToDevicePixelRatio } from...