-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
New "strict order" option for preprocessor #4222
Conversation
What happens when you enable strict ordering and some of the objects in the array of preprocessors contain multiple types of preprocessors in the same object? I'm not positive what I would want to happen. Run markup and then the other two? Throw an exception? |
Since we're allowing users to specify only the order of preprocessor groups inside the group the behaviour remains the same, seems the best way to me:
|
Original discussion: sveltejs/rollup-plugin-svelte#86 (comment).
Issue: #4141
New option allows users to specify strict order in which preprocessors must be applied, specifically for the case when Sass preprocessor must run before Svelte image to work properly.