Skip to content

Commit 25e139b

Browse files
committed
use esm.run
1 parent ad2828a commit 25e139b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/drafts-realm/chess.gts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
Chessboard,
1313
FEN,
1414
// @ts-ignore
15-
} from 'esm.run/cm-chessboard@8.7.3/+esm';
15+
} from 'https://esm.run/cm-chessboard@8.7.3';
1616
// Old way of specifying esm 'https://cdn.jsdelivr.net/npm/cm-chessboard@8.7.3/+esm';
1717
// 'https://cdn.jsdelivr.net/npm/cm-chessboard@8/src/Chessboard.js' //this url is much slower bcos there are separate request to js
1818
// You can use unpkg: 'https://unpkg.com/cm-chessboard@8.7.4/src/Chessboard.js';

0 commit comments

Comments
 (0)