-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build: Bundle addons/storysource with ts-up #19482
Conversation
Should I include preset.js in the exports field and in the bundle? |
I'm not sure, to be honest. Here was a previous attempt at this conversion, FWIW: #19284 I think @ndelangen can provide better guidance here. |
It seems javascript files are not allowed by the typescript config of the bundle script. I will convert the preset.js file to ts. |
@IanVS Converting preset.js to typescript and including that file in the bundle seems to have worked. CI is green. 🎉 |
Related: #18732
What I did
Followed the instructions in the above issue
How to test
If your answer is yes to any of these, please make sure to include it in your PR.