We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Take a look at this PR by @Zangetsu101 . Every time we add a new module, we need to change the build scripts, which is not ideal.
Can we make the build script automatically pick up any modules inside src and build them all?
It might be worth exploring if we could for instance use rollup or some other tool for building this.
Bonus: add a "build:watch" task that is started when yarn dev is run.
yarn dev
The text was updated successfully, but these errors were encountered:
jamil314
No branches or pull requests
Description
Take a look at this PR by @Zangetsu101 . Every time we add a new module, we need to change the build scripts, which is not ideal.
Can we make the build script automatically pick up any modules inside src and build them all?
It might be worth exploring if we could for instance use rollup or some other tool for building this.
Bonus: add a "build:watch" task that is started when
yarn dev
is run.The text was updated successfully, but these errors were encountered: