Skip to content

Commit

Permalink
Update README for webpack install requirement
Browse files Browse the repository at this point in the history
Now that apps need to bring their own webpack, add it to the "add dependencies" getting started step in the README
  • Loading branch information
bendemboski committed Apr 27, 2021
1 parent 837d12a commit a66623a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The [v2 Addon Format RFC](https://github.com/emberjs/rfcs/pull/507) is the offic
1. Add dependencies:

```
yarn add --dev @embroider/core @embroider/compat @embroider/webpack
yarn add --dev @embroider/core @embroider/compat @embroider/webpack webpack
```

2. Edit `ember-cli-build.js`:
Expand Down

0 comments on commit a66623a

Please sign in to comment.