webpackbin
webpackbin copied to clipboard
Local instance not loading
Tried starting the local instance. It is saying 'Loading it up!' but nothing happens. I don't see any errors in the developer console.
(node:25788) DeprecationWarning: loaderUtils.parseQuery() received a non-string value which can be problematic, see https://github.com/webpack/loader-utils/issues/56
parseQuery() will be replaced with getOptions() in the next major version of loader-utils.
webpack: wait until bundle finished: /__webpack_hmr
webpack: wait until bundle finished: /
WARNING in ./~/htmlhint/lib/htmlhint.js
8:7694-7701 Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
WARNING in ./~/htmlhint/lib/htmlhint.js
8:13011-13018 Critical dependency: require function is used in a way in which dependencies cannot be statically extracted
webpack: Compiled with warnings.
Hi man and sorry for late response!
Are you running only Webpackbin? You have to run all packages :)
webpackbin webpack-sandbox webpack-dll webpack-packager
Yes, I did start all related services. Lemme try again.
If it does not work, please check the network TAB, to see what request fails :)

@mayank-patel yeh,I have the same question, even though I have changed 'redirect ' function to
import redirectFactory from 'cerebral-router/lib/operators/redirect'
redirectFactory('/')
but encounter another error:
utils.js:97 Uncaught Error: Cerebral - You are not passing controller to Container
so, @christianalfoni are you sure the current code works for you?