-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore(build): build time improvements #352
Conversation
Deploy preview for mistica-web ready! ✅ Preview Built with commit ec4ae30. |
Screenshot tests report ✔️ All passing |
Accessibility report ℹ️ You can run this locally by executing |
].forEach((dirName) => { | ||
rimraf.sync(`dist-es/${dirName}`); | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why don't you use the --ignore
param?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried. The ignored files are not compiled but they are copied to output folder :(
transforms.forEach((transform) => { | ||
transform(root, j); | ||
}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
great! |
is some tsc type checking needed now we are using swc?? |
No, type checking is independent of transpiling, typechecking is done by |
🎉 This PR is included in version 10.9.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Changes:
Some timings:
Dell Laptop Intel(R) Core(TM) i7-7600U CPU @ 2.80GHz
Desktop AMD Ryzen 7 3700X 8-Core Processor