From f21cf723903e2957f5b458f31529771dcb2336ba Mon Sep 17 00:00:00 2001 From: debuggeek Date: Sun, 29 Jan 2017 12:20:27 -0600 Subject: [PATCH] Public to early causes browser console error Having this present at this step caused browser to throw error in console --- lessons/11-productionish-server/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/lessons/11-productionish-server/README.md b/lessons/11-productionish-server/README.md index 30582eba..17656c08 100644 --- a/lessons/11-productionish-server/README.md +++ b/lessons/11-productionish-server/README.md @@ -31,7 +31,6 @@ In the root directly, go open up `webpack.config.js` and add the publicPath '/' ``` // webpack.config.js output: { - path: 'public', filename: 'bundle.js', publicPath: '/' },