From bf9f65beb061a194039e86c2b210c93428c375a4 Mon Sep 17 00:00:00 2001 From: Dave Voyles Date: Sun, 13 Nov 2016 20:20:21 -0500 Subject: [PATCH] Removed '.' from project.json instructions With this '.' in place, the NPM start command will not work. Once removed, NPM start worksfine. I believe the '.' was erroneously placed here. --- 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..238be205 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