TobiasSchikora
TobiasSchikora
No, unfortunately this was not the problem :( Everytime when I inport the same file in more than one entrypoint, I got this message.
That is, what causes the problem: `a.js` ---- ``` import { FuncOne } from './legacy/legacy'; import AnotherFunc from 'another.js'; ``` `b.js` ---- ``` import { FuncTwo } from './legacy';` ```...
Is there a command or cli parameter to debug where exactly it crashes?
Can somebody explain in which cases the message „Bundle group cannot have more than one entry bundle of the same type“ appears? Still looking for a solution :(
Hi together, I have uploaded a simplyfied version of my code which is not usable with parcel 2. My parcel cli command is: `parcel watch src/*/*.js --dist-dir www/dist` The following...
It seems to be the same problem as described in https://github.com/parcel-bundler/parcel/discussions/5074
Same here. Major issue. We can't update :'(
In the meantime it is the end of 2021 and there is still no feedback. We still have to use Parcel 1 because of this bug. I have uploaded a...
How does Parcel 1 handle this? (There are no problems). Do you think that this issue can be solved? I really love Parcel.
It seems that there is no interest to fix this :'(