Skip to content

Commit

Permalink
[docs] Fix webpack file name to the standard: webpack.config.js (#3…
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingItWrong committed Sep 24, 2022
1 parent e0fa35d commit 2890881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/data/material/guides/styled-engine/styled-engine.md
Expand Up @@ -45,7 +45,7 @@ If you are using yarn, you can configure it using a package resolution:

As package resolutions are not available in npm at this moment, you need to update you bundler's config to add this alias. Here is an example of how you can do it, if you use `webpack`:

**webpack.alias.js**
**webpack.config.js**

```diff
module.exports = {
Expand Down

0 comments on commit 2890881

Please sign in to comment.