From 796ebc37ceaac4a391dd3c20d16ce37f1e199338 Mon Sep 17 00:00:00 2001 From: Seongbin Kim Date: Tue, 1 May 2018 02:32:00 +0900 Subject: [PATCH 1/2] Fix typo error (#29) FROM: ##### Version 1 of te sample in the editor: TO: ##### Version 1 of the sample in the editor: --- chapter-01/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter-01/readme.md b/chapter-01/readme.md index 81c82956..3d22eb2a 100644 --- a/chapter-01/readme.md +++ b/chapter-01/readme.md @@ -91,7 +91,7 @@ To [http://output.jsbin.com/gosabo/quite](http://output.jsbin.com/gosabo/quiet) ##### Version 1 of the sample as output: [http://output.jsbin.com/gosabo/1](http://output.jsbin.com/gosabo/1) -##### Version 1 of te sample in the editor: +##### Version 1 of the sample in the editor: [http://output.jsbin.com/gosabo/1/edit](http://output.jsbin.com/gosabo/1/edit) ##### Version 2 of the sample as output: [http://output.jsbin.com/gosabo/2](http://output.jsbin.com/gosabo/2) From e020939943a523d55a8780c308ac0d7cdb4f11a3 Mon Sep 17 00:00:00 2001 From: Aarif Khamdi Date: Wed, 8 May 2019 02:41:41 +0500 Subject: [PATCH 2/2] redirecting fix (#38) --- chapter-11/company-website/package.json | 3 ++- chapter-11/company-website/src/index.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/chapter-11/company-website/package.json b/chapter-11/company-website/package.json index 96f78424..e9af5685 100644 --- a/chapter-11/company-website/package.json +++ b/chapter-11/company-website/package.json @@ -4,7 +4,8 @@ "description": "A React Router tutorial.", "main": "index.js", "scripts": { - "start": "opener http://localhost:3000 & webpack-dev-server" + "start": "opener http://localhost:3000 & webpack-dev-server", + "build": "webpack --progress" }, "author": "Eve Porcello (http://www.moonhighway.com)", "license": "MIT", diff --git a/chapter-11/company-website/src/index.js b/chapter-11/company-website/src/index.js index cf29e6e7..3d98a0bb 100644 --- a/chapter-11/company-website/src/index.js +++ b/chapter-11/company-website/src/index.js @@ -24,10 +24,10 @@ render(
- +