Skip to content

missing command in webpack instructions #44

@ChrisCurl

Description

@ChrisCurl

The following command in the Using Webpack Manually section is missing the '-o' argument.

$ node_modules/.bin/webpack static/App.js static/app.bundle.js
should be
$ node_modules/.bin/webpack static/App.js -o static/app.bundle.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions