Closed sannajammeh closed 1 year ago
Looks like it's an issue introduced in 3.6.0, 3.5.0 seems compiling as expected, still error with the repro tho but it's sth else related to the compiling order. Will investigate
Can confirm its now working! Greatly appreciate the speed here, thanks!
@sannajammeh not sure which version are you trying, also published the 3.6.1, it should fix the issue
@huozhi yep thats the versjon I tested. Should've mentioned that. Was just commending how fast you fixed it 😀
Receiving this weird Syntax Error when trying to run bunchee. I can confirm this is working if you downgrade to bunchee@2
Repro (not minimal):
https://github.com/sannajammeh/tw-classed/tree/deps-export-cx
Steps:
pnpm i
in rootpackages/react
pnpm build
- watch it failpnpm i bunchee@2 -D
pnpm build
will now succeed