hot-module-replacement
hot-module-replacement copied to clipboard
Error on start
I got this inconsistent error on start the 3. time:
node_modules\hot-module-replacement\index.js:24
function pathsToAcceptingModules(path, root) {
^
RangeError: Maximum call stack size exceeded
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:24:37)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
at pathsToAcceptingModules (node_modules\hot-module-replacement\index.js:42:9)
I am getting this in a case as well where I am not actually using this library, but I am requiring it like this:
require('hot-module-replacement')()
Version: 3.0.2
Operating system: Windows
can you share modules themselves so I can reproduce locally? Cyclic dependency maybe?
Yes, I have finished creating an example project: https://github.com/kireerik/refo/tree/master/example
Documentation is coming soon.
I didn't experienced this error with this example project yet. I also can not reproduce it in my other project.