-
-
Notifications
You must be signed in to change notification settings - Fork 81
break: remove css
option
#147
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
Conversation
Thanks for approval, but not convinced this is done quite yet. Right now a Line 115 in fc24f87
I think that should be removed since it'll be included in the |
I'm not totally sure I understand the issue you're talking about @lukeed, but it seems separable and unrelated to the |
Actually, one last thought I had on this PR - we should probably default |
Yes I think so – since we also recommended against inlining CSS inside the JS code. |
Ok, I updated this PR to stop inlining the sourcemap and default |
Think we're done here too. Thanks @benmccann ! |
Sorry if this is the wrong place to ask this question, but what is the recommended replacement for |
Use |
... after breaking update. Re-aligned the configuration as demonstrated [here](https://github.com/sveltejs/template/blob/5b1135c286f7a649daa99825a077586655051649/rollup.config.js#L48). The breaking changes were: * [removing CSS extraction](sveltejs/rollup-plugin-svelte#147) * [nesting compiler options in key](sveltejs/rollup-plugin-svelte#145)
* build(deps-dev): bump rollup-plugin-svelte from 6.1.1 to 7.1.0 Bumps [rollup-plugin-svelte](https://github.com/sveltejs/rollup-plugin-svelte) from 6.1.1 to 7.1.0. - [Release notes](https://github.com/sveltejs/rollup-plugin-svelte/releases) - [Changelog](https://github.com/sveltejs/rollup-plugin-svelte/blob/master/CHANGELOG.md) - [Commits](sveltejs/rollup-plugin-svelte@v6.1.1...v7.1.0) Signed-off-by: dependabot-preview[bot] <[email protected]> * chore: re-configure rollup-plugin-svelte ... after breaking update. Re-aligned the configuration as demonstrated [here](https://github.com/sveltejs/template/blob/5b1135c286f7a649daa99825a077586655051649/rollup.config.js#L48). The breaking changes were: * [removing CSS extraction](sveltejs/rollup-plugin-svelte#147) * [nesting compiler options in key](sveltejs/rollup-plugin-svelte#145) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Philipp Schneider <[email protected]>
As discussed in mhkeller#5, fixing the breaking change caused by: sveltejs/rollup-plugin-svelte#147
Closes #146
As discussed in Discord, we'll just pitch CSS contents into Rollup. Anything else (transforming, actually getting the CSS contents written into a file, etc) needs to be handled by another plugin now.
RIP #136 #140