Skip to content

Commit

Permalink
[docs] Fix webpack file name to the standard: webpack.config.js (mu…
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingItWrong authored and alexfauquette committed Oct 14, 2022
1 parent 59995bf commit af17106
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 af17106

Please sign in to comment.