We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135c556 commit 0297a98Copy full SHA for 0297a98
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- shakapacker (6.1.1)
+ shakapacker (6.2.0)
5
activesupport (>= 5.2)
6
rack-proxy (>= 0.6.1)
7
railties (>= 5.2)
lib/webpacker/compiler.rb
@@ -109,7 +109,7 @@ def run_webpack
109
110
def default_watched_paths
111
[
112
- *config.additional_paths,
+ *config.additional_paths.map { |path| "#{path}/**/*" },
113
"#{config.source_path}/**/*",
114
"yarn.lock", "package.json",
115
"config/webpack/**/*"
0 commit comments