svelte-reactive-preprocessor
                                
                                 svelte-reactive-preprocessor copied to clipboard
                                
                                    svelte-reactive-preprocessor copied to clipboard
                            
                            
                            
                        
                                            Results
                                            
                                                2
                                            
                                            svelte-reactive-preprocessor issues
                                        
                                        Sort by
                                                recently updated
                                            recently updated
                                                
                                                newest added
                                                
                                            My `svelte.config.js` file: ```javascript import adapter from '@sveltejs/adapter-auto'; import { reactivePreprocess } from "svelte-reactive-preprocessor"; /** @type {import('@sveltejs/kit').Config} */ const config = { preprocess: [reactivePreprocess()], kit: { adapter: adapter() } };...
Hi, unfortunately I can not get it to work. Any ideas? (!) Error when using sourcemap for reporting an error: Can't resolve original location of error. src\entities\Task.svelte: (635:22) (!) Error...