Skip to content

Commit

Permalink
Fix digest for additional paths (shakacode#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
kukicola authored Apr 4, 2022
1 parent 135c556 commit 0297a98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shakapacker (6.1.1)
shakapacker (6.2.0)
activesupport (>= 5.2)
rack-proxy (>= 0.6.1)
railties (>= 5.2)
Expand Down
2 changes: 1 addition & 1 deletion lib/webpacker/compiler.rb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def run_webpack

def default_watched_paths
[
*config.additional_paths,
*config.additional_paths.map { |path| "#{path}/**/*" },
"#{config.source_path}/**/*",
"yarn.lock", "package.json",
"config/webpack/**/*"
Expand Down

0 comments on commit 0297a98

Please sign in to comment.