We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad2828a commit 25e139bCopy full SHA for 25e139b
packages/drafts-realm/chess.gts
@@ -12,7 +12,7 @@ import {
12
Chessboard,
13
FEN,
14
// @ts-ignore
15
-} from 'esm.run/cm-chessboard@8.7.3/+esm';
+} from 'https://esm.run/cm-chessboard@8.7.3';
16
// Old way of specifying esm 'https://cdn.jsdelivr.net/npm/cm-chessboard@8.7.3/+esm';
17
// 'https://cdn.jsdelivr.net/npm/cm-chessboard@8/src/Chessboard.js' //this url is much slower bcos there are separate request to js
18
// You can use unpkg: 'https://unpkg.com/cm-chessboard@8.7.4/src/Chessboard.js';
0 commit comments