Skip to content

Commit

Permalink
Update recommended-project-structure.md (#1168)
Browse files Browse the repository at this point in the history
  • Loading branch information
nratter authored and justin808 committed Nov 20, 2018
1 parent 1e3ad28 commit b4d3763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/basics/recommended-project-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ mv app/javascript client
`rails/webpacker` probably doesn't support having your main node_modules directory under `/client`, so only follow these steps if you want to use your own webpack configuration (which is highly recommended!).

1. Move the `/package.json` to `/client/package.json`
2. Create a `/pacage.json` that delegates to `/client/package.json`. See the example in [spec/dummy/package.json](../../spec/dummy/package.json).
2. Create a `/package.json` that delegates to `/client/package.json`. See the example in [spec/dummy/package.json](../../spec/dummy/package.json).
3. See the webpack configuration in [spec/dummy/client](../../spec/dummy/client) for a webpack configuration example.


Expand Down

0 comments on commit b4d3763

Please sign in to comment.