Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing command in webpack instructions #44

Open
ChrisCurl opened this issue May 2, 2018 · 2 comments
Open

missing command in webpack instructions #44

ChrisCurl opened this issue May 2, 2018 · 2 comments

Comments

@ChrisCurl
Copy link

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

@RobertMyles
Copy link

Was scratching my head for a while with that one -- thanks, @ChrisCurl !

@fbarthel
Copy link

fbarthel commented Aug 22, 2018

that solution didn't help me, but --output fixed it.

$ node_modules/.bin/webpack static/App.js --output static/app.bundle.js

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

No branches or pull requests

3 participants