Class: Mxrb::Compiler::Adapter::V10
- Inherits:
-
Adapter
- Object
- Adapter
- Mxrb::Compiler::Adapter::V10
- 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_profiles ⇒ Object
87 |
# File 'lib/mxrb/compiler/adapter.rb', line 87 def web_profiles = @source&.optimized_web_client? ? [:react] : [:dojo] |