We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
やっていきます。
npm init svelte@next
バージョンは 1.0.0 までは next ではなく1.0.0-next.34 のように固定する方針でやっていきたい。
1.0.0
1.0.0-next.34
The text was updated successfully, but these errors were encountered:
svelte-kit についてなんですが、ちょっと現段階ではとりあえず動くものというのもなかなか難しそうな気がします…
npx snowpack dev と npx svelte-kit dev でだいぶ違う。現状 private に開発されているので実験とビルドされたものに対してデバッグでわかったことは、snowpack を裏で動かして、手前側で svelte-kit 独自のサーバーを動かして、import 解決をsvelte-kit 側で独自にやる、という感じです。
npx snowpack dev
npx svelte-kit dev
シンプルにバグがあると思います。svelte-kit に。それに対し issue も PR もできないのでなおさら厳しいかもです。まあ、開発中なので仕方ないですね…。
たとえば snowpack 自体には以下のように
モジュールを相対パスにする機能があるのですが、svelte-kit だと
のように変換してくれなくてうまく行かないなど…
現状を見ていると、将来、v1までには大きく舵を切るんじゃないかと思っています。 (snowpack の機能をもっと活用する、文字列置換ベースでなくする、など)。
Sorry, something went wrong.
ありがとう、このレポート非常に面白い! 貴重な知見をここだけに書き残しておくのはもったいないな・・・ とりあえず安定版が公開されるまではペンディングだね
No branches or pull requests
やっていきます。
バージョンは
1.0.0
までは next ではなく1.0.0-next.34
のように固定する方針でやっていきたい。リンク
The text was updated successfully, but these errors were encountered: