Skip to content

Commit d99b2b0

Browse files
committed
Use 'require'
1 parent d3e7dfc commit d99b2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/ecs/codex.ecs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,8 +131,8 @@ L2:
131131
! set Mobile
132132
set ShowRun
133133

134-
load plugin `gmap`
135-
load plugin `svg`
134+
require js `dist/plugins/gmap.js`
135+
require js `dist/plugins/svg.js`
136136

137137
codemirror init basic profile `https://` cat the hostname cat `/easycoder/plugins/codemirror-ecs.js`
138138
require css `https://cdnjs.cloudflare.com/ajax/libs/codemirror/5.46.0/addon/dialog/dialog.css`

0 commit comments

Comments
 (0)