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

Step 11 tutorial missing step #218

Open
@yarnball

Description

@yarnball

Great tutorial! Thank you :)

Step 11 seems to be missing something. I keep getting the error:

Uncaught SyntaxError: Unexpected token < (bundle.js:1)

I'm pretty sure the cause is that it's missing:

publicPath: '/'

from webpack.config.js

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions