Skip to content

Commit 0641a0d

Browse files
author
Anton Shevchuk
committed
Universal format for configs
1 parent acdf46e commit 0641a0d

File tree

3 files changed

+389
-1
lines changed

3 files changed

+389
-1
lines changed

application/modules/test/views/react.phtml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ $this->headScript('https://unpkg.com/@babel/standalone/babel.min.js');
99
<div id="like_button_container"></div>
1010
<div id="hello_button"></div>
1111

12+
<?=$this->script($this->baseUrl('js/test/react.jsx'), ['type' => 'text/babel', 'data-type' => 'module']);?>
1213
<?=$this->script($this->baseUrl('js/test/button.js'), ['type' => 'module']);?>
1314
<?=$this->script($this->baseUrl('js/test/hello.jsx'), ['type' => 'text/babel', 'data-type' => 'module']);?>
1415

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"license": "MIT",
55
"description": "Bluz test module",
66
"require": {
7-
"bluzphp/framework": "~7.14",
87
"bluzphp/composer-plugin": "~2.4"
98
}
109
}

0 commit comments

Comments
 (0)