We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e85a7dd commit 0040c30Copy full SHA for 0040c30
config/shared-options.md
@@ -140,10 +140,6 @@ SSR ビルドの場合、`build.rollupOptions.output` で設定された ESM ビ
140
141
要件が満たされている場合は、`import`、`require`、`default` の条件が常に適用されることに注意してください。
142
143
-:::warning サブパスのエクスポートの解決
144
-エクスポートのキーが "/" で終わるのは Node では非推奨で、うまく動作しない可能性があります。代わりに [`*` サブパスパターン](https://nodejs.org/api/packages.html#package-entry-points) を使用するよう、パッケージ作者に連絡してください。
145
-:::
146
-
147
## resolve.mainFields
148
149
- **型:** `string[]`
0 commit comments