You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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 andnet::ERR_FILE_NOT_FOUND
happens at console log.The error begins while the compile progress shows the
DedupePlugin
warn to be removed. andNoErrorsPlugin
was deprecated.I'm waiting for the little fix here. thx in adv b4
Using latest Node.js (9.2.1), Windows 10 x64
The text was updated successfully, but these errors were encountered: