Skip to content

Commit a221c0a

Browse files
authored
Merge pull request #3337 from AlchemyCMS/backport/7.4-stable/pr-3331
[7.4-stable] Add explicit strict mode in components index file
2 parents 8ea7b0e + 2e6b09e commit a221c0a

File tree

1 file changed

+3
-0
lines changed
  • app/javascript/alchemy_admin/components

1 file changed

+3
-0
lines changed

app/javascript/alchemy_admin/components/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
"use strict"
2+
// ^ add support for top-level await in Terser
3+
14
import "alchemy_admin/components/action"
25
import "alchemy_admin/components/attachment_select"
36
import "alchemy_admin/components/button"

0 commit comments

Comments
 (0)