Skip to content

Commit 6f51d36

Browse files
authored
fix: expect shakapacker yml to have double quotes (#630)
Because of shakacode/shakapacker#673 the default `shakapacker.yml` has double quotes instead of single quotes
1 parent 59ae649 commit 6f51d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/frontend-base/template.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
copy_file "config/webpack/webpack.config.js", force: true
5656

5757
gsub_file! "config/shakapacker.yml", "cache_path: tmp/shakapacker", "cache_path: tmp/cache/shakapacker"
58-
gsub_file! "config/shakapacker.yml", "javascript_transpiler: 'swc'", "javascript_transpiler: 'babel'"
58+
gsub_file! "config/shakapacker.yml", 'javascript_transpiler: "swc"', "javascript_transpiler: 'babel'"
5959
gsub_file! "config/shakapacker.yml", "source_path: app/javascript", "source_path: app/frontend"
6060

6161
old_shakapacker_test_compile_snippet = <<~EO_OLD

0 commit comments

Comments
 (0)