Class: Mxrb::Compiler::Adapter::V10

Inherits:
Adapter
  • Object
show all
Defined in:
lib/mxrb/compiler/adapter.rb

Overview

Mendix 10 owns both the classic Dojo client and the opt-in optimized React client. The selection is stored in the project model.

Instance Method Summary collapse

Instance Method Details

#web_profilesObject



87
# File 'lib/mxrb/compiler/adapter.rb', line 87

def web_profiles = @source&.optimized_web_client? ? [:react] : [:dojo]