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
A user using webpack reported that they needed to add the following:
resolve: {
extensions: ['.js', '.json']
}
For this plugin to work; if we specify the .json extension on the package require (which is done to get library version and other metadata), this should alleviate this.
The text was updated successfully, but these errors were encountered:
A user using webpack reported that they needed to add the following:
For this plugin to work; if we specify the
.json
extension on the package require (which is done to get library version and other metadata), this should alleviate this.The text was updated successfully, but these errors were encountered: