强制的文件扩展名
还必须完全指定目录索引(例如 './startup/index.js'
)。
此行为与 import
在浏览器环境中的行为方式相匹配,假设服务器是典型配置的。
A file extension must be provided when using the import
keyword. Directory
indexes (e.g. './startup/index.js'
) must also be fully specified.
This behavior matches how import
behaves in browser environments, assuming a
typically configured server.