FIX: Restore class-property babel transform for themes (#19883)

This seems to be required for decorators to work on class properties. Followup to 624f4a7de92d8a464c91a334bf9fad510af7e4ef
This commit is contained in:
David Taylor
2023-01-16 18:06:46 +00:00
committed by GitHub
parent 624f4a7de9
commit 41f3bb8b50
3 changed files with 21 additions and 8 deletions

View File

@ -6,7 +6,7 @@ require "json_schemer"
class Theme < ActiveRecord::Base
include GlobalPath
BASE_COMPILER_VERSION = 70
BASE_COMPILER_VERSION = 71
attr_accessor :child_components