-
Notifications
You must be signed in to change notification settings - Fork 362
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
Attempt to fix build step #471
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Using
|
Confirmed that, using the original rollup-plugin-dts but changing the
|
Ah sorry for responding late. So we moved things around a bit (moved everything in |
Thanks @AriaMinaei, looking forward to trying this out. Any news on a new version release? Appreciate all the hard work |
Attempt to fix the
yarn cli build
step - see #470.It also moves the rollup.config.js file to rollup.config.mjs because rollup was complaining about
import
in a .js file.This fixes the first few issues around typescript errors with esbuild, but there is still an issue when running
build:ts:bundle
from the root directory: