svelte-preview icon indicating copy to clipboard operation
svelte-preview copied to clipboard

Not interpreting imports embedded in svelte file

Open whuang-netdiversity opened this issue 1 year ago • 0 comments

Error module not found: svelte-native (imported by /app/components/Search.svelte) [0:0]

To Reproduce Prerequisities: NativeScript-cli

Steps to reproduce the behavior:

  1. ns create ns-app2-svelte --template @nativescript/template-blank-svelte
  2. cd ns-app2-svelte\app\components
  3. open Home.svelte
  4. click svelte-preview button
  5. See error

Expected behavior Preview of page on the preview pane

whuang-netdiversity avatar Feb 26 '24 00:02 whuang-netdiversity