egoist / bili

Bili makes it easier to bundle JavaScript libraries.

Home Page:https://bili.egoist.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error: You have declared using "bundled" babelHelpers, but transforming index.ts resulted in "runtime"

afontcu opened this issue · comments

Hi! 👋

I was giving bili a go when I ran into the following issue:

Error: You have declared using "bundled" babelHelpers, but transforming /index.ts resulted in "runtime". 
Please check your configuration.

My project is created from vue-cli (TS + SCSS). The index file has the usuall stuff for a UI component library: a default export with the install function and also all components exported as named exports.

Is there some config I'm missing between the project scaffolded by vue-cli and bili?

Thank you for your time! 👐

same error

great, I'll give it a go and come back with the results! Thank you :)

worked like a charm, thank you! ❤️