File tree Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Expand file tree Collapse file tree 2 files changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -110,11 +110,7 @@ React コンポーネントを HTML ページの一箇所だけではなくい
110
110
111
111
### ヒント:本番環境用に JavaScript を圧縮する {#tip-minify-javascript-for-production}
112
112
113
- <<<<<<< HEAD
114
113
ウェブサイトを本番環境にデプロイするにあたって、圧縮していない JavaScript はページの速度を著しく落としてしまうということに配慮してください。
115
- =======
116
- Before deploying your website to production, be mindful that unminified JavaScript can significantly slow down the page for your users.
117
- >>>>>>> b50fe64c1e88489022eddf2cfff0995778827f84
118
114
119
115
自分のスクリプトの圧縮が完了していて、デプロイ後の HTML が ` production.min.js ` で終わる React スクリプトを読み込んでいることが検証できていれば、** あなたのウェブサイトは本番環境にリリースする準備ができています** 。
120
116
Original file line number Diff line number Diff line change 7
7
8
8
// NOTE: We can't just use `location.toString()` because when we are rendering
9
9
// the SSR part in node.js we won't have a proper location.
10
- < << << << HEAD
11
10
const urlRoot = 'https://ja.reactjs.org' ;
12
- const version = '16.8.3' ;
13
- = === ===
14
- const urlRoot = 'https://reactjs.org' ;
15
11
const version = '16.8.4' ;
16
- > >>> >>> b50fe64c1e88489022eddf2cfff0995778827f84
17
12
const babelURL = 'https://unpkg.com/babel-standalone@6.26.0/babel.min.js' ;
18
13
19
14
export { babelURL , urlRoot , version } ;
You can’t perform that action at this time.
0 commit comments