Explore >> Select a destination


You are here

adropincalm.com
| | krasimirtsonev.com
2.7 parsecs away

Travel
| | Transpile to ES modules with Babel / While I was working on Navigo an issue popped out. It was about using the library in the context of Web Dev Server where we have everything in TypeScript. And something was not ok with Navigo. The npm package wasn't exported properly and we were keep getting a does not provide an export named 'default' error. It turned out the problem is that Navigo is not exported properly as ES module (also known as ESM).
| | whitep4nth3r.com
2.6 parsecs away

Travel
| | Learn how to build, test and release a JavaScript node module in ES6 all the way from npm init to npm publish.
| | www.valentinog.com
1.5 parsecs away

Travel
| | Modern frontend tools like babel seem almost magical. What do they do really?
| | khromov.se
23.6 parsecs away

Travel
| In this guide we will go through the characteristics and quirks of adapter-static, which is unique amongst all SvelteKit adapters because it compiles down to a folder of HTML, CSS and JavaScript instead of a serverless function or Node.js server. Many wonder how this can work with the server side-oriented nature of SvelteKit - let's dive into it with practical examples. You can find the companion repo here (in deployed form here) if you want to see the whole project. This article is divided into multiple...