From 728412bc6b5fda5939c5987f0b520f5f391a4f38 Mon Sep 17 00:00:00 2001 From: John Omar Date: Thu, 13 Oct 2016 14:09:36 -0400 Subject: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38da461..b567568 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ module.exports = { } ``` -All I did here was add `publicPath: '/assets/'. That tells webpack-dev-server to make bundle.js +All I did here was add `publicPath: '/assets/'`. That tells webpack-dev-server to make bundle.js available at `http://localhost:8080/assets/bundle.js` instead of in your /dist directory. Let's see if that is indeed the case. First we need to update our html file to search for the bundle file on the server rather than in /dist. -- cgit v1.2.3