From e918a8110655444a0bcde7d830e9d03bef50ecb2 Mon Sep 17 00:00:00 2001 From: Dave Voyles Date: Sun, 13 Nov 2016 11:10:34 -0500 Subject: [PATCH] Removing '.' from package.json With this . in the current location location, 'npm start' will throw an error. --- lessons/10-clean-urls/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lessons/10-clean-urls/README.md b/lessons/10-clean-urls/README.md index 1a3bb2e7..eaf37860 100644 --- a/lessons/10-clean-urls/README.md +++ b/lessons/10-clean-urls/README.md @@ -43,7 +43,7 @@ The Webpack Dev Server has an option to enable this. Open up `package.json` and add `--history-api-fallback`. ```json - "start": "webpack-dev-server --inline --content-base . --history-api-fallback" + "start": "webpack-dev-server --inline --content-base --history-api-fallback" ``` We also need to change our relative paths to absolute paths in