Skip to content

Commit

Permalink
Update webpack.md (#847)
Browse files Browse the repository at this point in the history
Stresses that you need to use the stylesheet pack tag, based on further confusion around rails/webpacker#775
  • Loading branch information
ezuk authored and gauravtiwari committed Sep 22, 2017
1 parent 27b74a8 commit bfce169
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,11 @@ module.exports = environment

See [issue #756](https://github.com/rails/webpacker/issues/756#issuecomment-327148547) for additional discussion of this.

For this to work, don't forget to use the `stylesheet_pack_tag`, for example:

```
<%= stylesheet_pack_tag 'YOUR_PACK_NAME_HERE' %>
```

## Plugins

Expand Down

0 comments on commit bfce169

Please sign in to comment.