-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Closed
Description
Feature to document
Since webpack 5.0.0-beta.30, you're required to specify extensions when using import
s in .mjs
files or any .js
files with a package.json with "type": "module"
. You can still disable the behavior with resolve.fullySpecified set to
false` if you see any related errors in your project.
More info here webpack/webpack#11467 (comment)
Author(s)
Additional information
[ ] I am willing to work on this issue and submit a pull request.
Metadata
Metadata
Assignees
Labels
No labels