Hey everyone, I am trying to use hjs-webpack for dev mode in an isomorphic React app, and I was wondering how I would use something like Browsersync with it. Here is my current dev setup:
Currently, I am getting callback is not a function in __project_root__/node_modules/hjs-webpack/node_modules/webpack/lib/NullFactory.js with this configuration
Thanks in advance! This project has saved me many painful webpack-filled hours 👍
Hey everyone, I am trying to use hjs-webpack for dev mode in an isomorphic React app, and I was wondering how I would use something like Browsersync with it. Here is my current dev setup:
I am using https://github.com/BrowserSync/recipes (specifically https://github.com/Browsersync/recipes/tree/master/recipes/webpack.react-hot-loader).
Currently, I am getting
callback is not a function
in__project_root__/node_modules/hjs-webpack/node_modules/webpack/lib/NullFactory.js
with this configurationThanks in advance! This project has saved me many painful webpack-filled hours 👍