mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Restore class-property babel transform for themes (#19883)
This seems to be required for decorators to work on class properties. Followup to 624f4a7de9
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user