Skip to content

Commit

Permalink
Update webpacker.yml
Browse files Browse the repository at this point in the history
Add vendor/yarn to webpacker paths
  • Loading branch information
ewlarson committed Sep 8, 2023
1 parent 5da6453 commit 267bea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ default: &default

# Additional paths webpack should lookup modules
# ['app/assets', 'engine/foo/app/assets']
additional_paths: []
additional_paths: ['vendor/yarn']

# Reload manifest.json on all requests so we reload latest compiled packs
cache_manifest: false
Expand Down

0 comments on commit 267bea6

Please sign in to comment.