You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/demo/src/getting-started.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -22,20 +22,20 @@ <h5>CDN</h5>
22
22
including Multiple-Select-Vanilla. Just use the following CDN links.
23
23
</p>
24
24
<p>
25
-
The project now ships its <code>.js</code> files as ESM by default, if you still wish to use the old CommonJS (CJS) format with <code>require()</code>,
25
+
The project now ships its <code>.js</code> files as ESM by default, if you still wish to use the legacy CommonJS (CJS) format with <code>require()</code>,
26
26
then you will have to use <code>.cjs</code> file extension.
0 commit comments