Open betaboon opened 3 years ago
@betaboon I've seen this, and also the snowpack issue you linked to - however, I don't get any errors at all. No scss is being processed it seems ...
@fabien i have no clue how that happens. i gave up on trying until the linked snowpack-discussion is solved.
i just tested with snowpack 3.1.0-pre.6 and the (not currently released on npm) @snowpack/plugin-svelte and this seems to indeed fix the advanced installation with snowpack.
i asked in snowpackjs/snowpack#2707 if they could release the pre-version of @snowpack/plugin-svelte
to npm. if that happens i will post back, as it simplifies the setup.
what i did:
npm install -D snowpack@3.1.0-pre.6
npm install -D svelte-hmr
npm link $path_to_snowpack_git_clone/plugins/plugin-svelte
the pre-version of@snowpack/plugin-svelte
is now available on npm.
so the advanced installation now works when using snowpack@next
and @snowpack/plugin-svelte@next
as soon as snowpack 3.1.0 is released i will create a PR to document the snowpack installation :)
When trying to use the Advanced install with snowpack, building the project runs into errors like:
This seems to be due to a current limitation of snowpack, which is not yet solved. A discussion on the issue can be found here: https://github.com/snowpackjs/snowpack/discussions/1808