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 59ae649 commit 6f51d36Copy full SHA for 6f51d36
variants/frontend-base/template.rb
@@ -55,7 +55,7 @@
55
copy_file "config/webpack/webpack.config.js", force: true
56
57
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'"
+gsub_file! "config/shakapacker.yml", 'javascript_transpiler: "swc"', "javascript_transpiler: 'babel'"
59
gsub_file! "config/shakapacker.yml", "source_path: app/javascript", "source_path: app/frontend"
60
61
old_shakapacker_test_compile_snippet = <<~EO_OLD
0 commit comments