Closed ddPn08 closed 2 years ago
ありがとうございます!ちなみに C:
や E:
は残っていても大丈夫なんですか?
そうですね。この状態で問題なく動作しました。 URLにするとこのようにエラーになってしまうようです。
X [ERROR] Could not resolve "file://C:/project/src/components/test"
node_modules/.minista/partial-hydration/string-index.mjs:2:17:
2 │ import PH_1 from "file://C:/project/src/components/test"
╵ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
You can mark the path "file://C:/project/src/components/test" as external
to exclude it from the bundle, which will remove this error.
承知しました!検証ありがとうございます!
@ddPn08 v2.4.5にて反映しました!
Windows上でPartialHydrationを使用するとバックスラッシュが使われてパスがおかしくなりエラーが起きてしまうためスラッシュに置き換える処理を付け足しました。