browser-pack-flat icon indicating copy to clipboard operation
browser-pack-flat copied to clipboard

doesn't work if entry module is part of a cyclical dep chain

Open goto-bus-stop opened this issue 8 years ago • 1 comments
trafficstars

i tried to make index.js auto detect if it was used as a plugin, and then require('./plugin') if it was. but, that means index.js and plugin.js depend on each other. that didn't work. i think to make it work, browser-pack-flat needs to add calls to the cyclical entry modules.

goto-bus-stop avatar Nov 10 '17 09:11 goto-bus-stop

may've actually been https://github.com/browserify/browserify/issues/1068.

goto-bus-stop avatar Nov 21 '17 22:11 goto-bus-stop