1
0
Fork 0
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:
Eileen M. Uchitelle 2021-03-23 09:05:37 -04:00 committed by GitHub
commit f568be4c8c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View file

@ -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: []

View file

@ -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: []

View file

@ -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: []