Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Lesson 11 typo #280

Open
lainglo opened this issue Jan 18, 2017 · 1 comment
Open

Lesson 11 typo #280

lainglo opened this issue Jan 18, 2017 · 1 comment

Comments

@lainglo
Copy link

lainglo commented Jan 18, 2017

Right at the start of the lesson it says:

In the root directly, go open up webpack.config.js and add the publicPath '/' as per below:

// webpack.config.js
  output: {
    path: 'public',
    filename: 'bundle.js',
    publicPath: '/'
  },

However, the path "public" has not been defined yet at this stage of the lesson (only gets defined later). The result of this is that my server runs but the pages are not loaded. If I remove "path: 'public' " from the file, it works fine.

@merriam
Copy link

merriam commented Mar 21, 2017

Also duplicate of as bug #218.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants