Skip to content

Commit

Permalink
Polyfillを安全なアドレスへ変更
Browse files Browse the repository at this point in the history
モジュールを最新化

package.json のムダを修正
  • Loading branch information
ics-ikeda committed Jul 2, 2024
1 parent b367602 commit 1995ca5
Show file tree
Hide file tree
Showing 340 changed files with 10,355 additions and 1,314 deletions.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ CDNで公開されているPolyfill.ioのポリフィルを読み込みます。
<head>
<title>サンプル</title>
<!-- ポリフィルの読み込み -->
<script src="https://cdn.polyfill.io/v3/polyfill.js?features=default,es5,es6,es7,es8,es9,NodeList.prototype.forEach" defer></script>
<script src="https://polyfill-fastly.io/v3/polyfill.min.js" defer></script>
<!-- 新機能を使ったJavaScriptのコード -->
<script src="main.js" defer></script>
</head>
Expand Down
Loading

0 comments on commit 1995ca5

Please sign in to comment.