Skip to content

Commit

Permalink
Build: update webpack resolve.mainFields to match website config (#13457
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mdjermanovic committed Jul 11, 2020
1 parent a96bc5e commit f2e68ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.config.js
Expand Up @@ -43,7 +43,7 @@ module.exports = {
]
},
resolve: {
mainFields: ["main", "module"]
mainFields: ["browser", "main", "module"]
},
stats: "errors-only"
};

0 comments on commit f2e68ec

Please sign in to comment.