Skip to content

Commit

Permalink
Remove references to config/webpack/shared.js in commnets (#2540)
Browse files Browse the repository at this point in the history
  • Loading branch information
kolesa committed Apr 20, 2020
1 parent 559d592 commit d08e9ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/webpacker/helper.rb
Expand Up @@ -61,7 +61,7 @@ def favicon_pack_tag(name, **options)
end

# Creates a script tag that references the named pack file, as compiled by webpack per the entries list
# in config/webpack/shared.js. By default, this list is auto-generated to match everything in
# in package/environments/base.js. By default, this list is auto-generated to match everything in
# app/javascript/packs/*.js. In production mode, the digested reference is automatically looked up.
#
# Example:
Expand All @@ -73,7 +73,7 @@ def javascript_pack_tag(*names, **options)
end

# Creates script tags that reference the js chunks from entrypoints when using split chunks API,
# as compiled by webpack per the entries list in config/webpack/shared.js.
# as compiled by webpack per the entries list in package/environments/base.js.
# By default, this list is auto-generated to match everything in
# app/javascript/packs/*.js and all the dependent chunks. In production mode, the digested reference is automatically looked up.
# See: https://webpack.js.org/plugins/split-chunks-plugin/
Expand Down Expand Up @@ -110,7 +110,7 @@ def preload_pack_asset(name, **options)
end

# Creates a link tag that references the named pack file, as compiled by webpack per the entries list
# in config/webpack/shared.js. By default, this list is auto-generated to match everything in
# in package/environments/base.js. By default, this list is auto-generated to match everything in
# app/javascript/packs/*.js. In production mode, the digested reference is automatically looked up.
#
# Note: If the development server is running and hot module replacement is active, this will return nothing.
Expand All @@ -132,7 +132,7 @@ def stylesheet_pack_tag(*names, **options)
end

# Creates link tags that reference the css chunks from entrypoints when using split chunks API,
# as compiled by webpack per the entries list in config/webpack/shared.js.
# as compiled by webpack per the entries list in package/environments/base.js.
# By default, this list is auto-generated to match everything in
# app/javascript/packs/*.js and all the dependent chunks. In production mode, the digested reference is automatically looked up.
# See: https://webpack.js.org/plugins/split-chunks-plugin/
Expand Down

0 comments on commit d08e9ef

Please sign in to comment.