Skip to content

Commit fa45575

Browse files
[BUGFIX] Add IRRE support
1 parent 3583e85 commit fa45575

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Configuration/JavaScriptModules.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// required import configurations of other extensions,
55
// in case a module imports from another package
66
'dependencies' => ['backend'],
7+
'tags' => [
8+
'backend.form',
9+
],
710
'imports' => [
811
// recursive definiton, all *.js files in this folder are import-mapped
912
// trailing slash is required per importmap-specification

0 commit comments

Comments
 (0)