Skip to content

nothing show after first fresh build #90

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

Closed
ggktm opened this issue Dec 26, 2017 · 3 comments
Closed

nothing show after first fresh build #90

ggktm opened this issue Dec 26, 2017 · 3 comments

Comments

@ggktm
Copy link

ggktm commented Dec 26, 2017

I've just clone this first and installed all modules via yarn install

It succeeded if running at yarn server, it was nothing to modify the files there.
but when trying yarn run build at project root, the compile was success but it shows nothing and net::ERR_FILE_NOT_FOUND happens at console log.

The error begins while the compile progress shows the DedupePlugin warn to be removed. and NoErrorsPlugin was deprecated.

I'm waiting for the little fix here. thx in adv b4

Using latest Node.js (9.2.1), Windows 10 x64

@phra
Copy link
Member

phra commented Dec 31, 2017

I'm waiting for the little fix here. thx in adv b4

i'm no longer working on angular 1 projects.. maybe you can send a PR to fix the problem.

@damien-mcmahon
Copy link
Contributor

damien-mcmahon commented Jan 23, 2018

I had the same issue with app.bundle.js not being found inside of index.html

I changed the webpack.config.js file to reference http://0.0.0.0:8080/ instead of http://localhost:8080/ to get it displaying correctly in Chrome (on macOS).

I've not bothered to understand why (and not tested other browsers) as this is just for a quick demo.

@damien-mcmahon
Copy link
Contributor

PR is here:
#92

@phra phra closed this as completed Feb 12, 2018
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