| 1 | <?php |
||
| 20 | class ReactAssetManager extends AssetManager |
||
| 21 | { |
||
| 22 | const REACT_VERSION = '16.13.1'; |
||
| 23 | |||
| 24 | const JS_HANDLE_REACT = 'react'; |
||
| 25 | |||
| 26 | const JS_HANDLE_REACT_DOM = 'react-dom'; |
||
| 27 | |||
| 28 | |||
| 29 | /** |
||
| 30 | * @throws InvalidDataTypeException |
||
| 31 | * @throws InvalidEntityException |
||
| 32 | * @throws DuplicateCollectionIdentifierException |
||
| 33 | * @throws DomainException |
||
| 34 | */ |
||
| 35 | public function addAssets() |
||
| 50 | } |
||
| 51 |