You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since webpack 5.0.0-beta.30, you're required to specify extensions when using imports 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.
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 withresolve.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.
The text was updated successfully, but these errors were encountered: