From e229ced8415d39329c05f25286c3877e6420f20a Mon Sep 17 00:00:00 2001 From: Daniel Sandoval Date: Mon, 23 Nov 2020 07:54:46 -0800 Subject: [PATCH] Add @benmccann suggestions for sapper notes Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- .../blog/2020-12-01-whats-new-in-svelte-december-2020.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/blog/2020-12-01-whats-new-in-svelte-december-2020.md b/site/content/blog/2020-12-01-whats-new-in-svelte-december-2020.md index c8408b90b8..922fe615a6 100644 --- a/site/content/blog/2020-12-01-whats-new-in-svelte-december-2020.md +++ b/site/content/blog/2020-12-01-whats-new-in-svelte-december-2020.md @@ -13,7 +13,7 @@ It's the last "What's new in Svelte" of the year... To round out the season, thi 2. Svelte now includes an export map, which explicitly states which files can be imported from its npm package (**3.29.5** with some fixes in **3.29.6** and **3.29.7**) ## What's going on in Sapper? -Lots of new typecript definitions to make editing Sapper apps even easier! Dynamic imports also should now work in `client.js` files. (Unreleased) +Lots of new TypeScript definition improvements to make editing Sapper apps even easier! CSS for dynamic imports also should now work in `client.js` files. (Unreleased) ## What's the deal with SvelteKit? We're glad you asked! If you didn't catch Rich's blog post from early last month, [you can find it here](https://svelte.dev/blog/whats-the-deal-with-sveltekit)! @@ -62,4 +62,4 @@ For all the features and bugfixes see the CHANGELOGs for [Svelte](https://github Got an idea for something to add to the Showcase? Want to get involved more with Svelte? We're always looking for maintainers, contributors and fanatics... Check out the [Svelte Society](https://sveltesociety.dev/), [Reddit](https://www.reddit.com/r/sveltejs/) and [Discord](https://discord.com/invite/yy75DKs) to get involved! -That's all for the year, folks! See you in January 😎 \ No newline at end of file +That's all for the year, folks! See you in January 😎