-
-
Notifications
You must be signed in to change notification settings - Fork 248
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
feat(ruleset-bundler): a number of minor enhancements #2048
Conversation
35967ec
to
980ea09
Compare
14947c9
to
fea1e4b
Compare
// this function makes sure we can only have one plugin with the same name | ||
// the last plugin definition has a precedence | ||
import type { Plugin } from 'rollup'; | ||
|
||
export function dedupeRollupPlugins(plugins: Plugin[]): Plugin[] { |
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.
👌 very nice
fea1e4b
to
402da89
Compare
402da89
to
210f80f
Compare
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.
👏
210f80f
to
317ade9
Compare
317ade9
to
7c3f03f
Compare
🎉 This PR is included in version @stoplight/spectral-ruleset-bundler-v1.2.0 🎉 The release is available on npm package (@latest dist-tag) Your semantic-release bot 📦🚀 |
Related to https://github.com/stoplightio/platform-internal/pull/7403
This is an accumulated set of changes I've kept track of after the initial release of the package and the actual integrations attempts in Studio and Spectral CLI.
I suggest reviewing this PR commit by commit because each change is somewhat different.
Checklist
Does this PR introduce a breaking change?