mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #41713 from henrik/lookup
'lookup' -> 'look up' in dummy webpacker.ymls
This commit is contained in:
commit
f568be4c8c
3 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ default: &default
|
|||
public_output_path: packs
|
||||
cache_path: tmp/cache/webpacker
|
||||
|
||||
# Additional paths webpack should lookup modules
|
||||
# Additional paths webpack should look up modules
|
||||
# ['app/assets', 'engine/foo/app/assets']
|
||||
resolved_paths: []
|
||||
|
||||
|
|
|
@ -9,7 +9,7 @@ default: &default
|
|||
check_yarn_integrity: false
|
||||
webpack_compile_output: false
|
||||
|
||||
# Additional paths webpack should lookup modules
|
||||
# Additional paths webpack should look up modules
|
||||
# ['app/assets', 'engine/foo/app/assets']
|
||||
resolved_paths: []
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ default: &default
|
|||
cache_path: tmp/cache/webpacker
|
||||
check_yarn_integrity: false
|
||||
|
||||
# Additional paths webpack should lookup modules
|
||||
# Additional paths webpack should look up modules
|
||||
# ['app/assets', 'engine/foo/app/assets']
|
||||
resolved_paths: []
|
||||
|
||||
|
|
Loading…
Reference in a new issue