 
      
    | You are here | adropincalm.com | ||
| | | | | whitep4nth3r.com | |
| | | | | 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 | |
| | | | | Modern frontend tools like babel seem almost magical. What do they do really? | |
| | | | | krasimirtsonev.com | |
| | | | | 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). | |
| | | | | www.joeltok.com | |
| | | The Problem Over the years I've often needed to search for specific files by their name in Visual Studio Code, but never figured out how to do it. I had always assumed that a Command F would reveal the file to me, but nope, that always only searched within files. So I've had to always resort to using complicated bash commands from search engine results (searching a new method each time I needed to do this), or literally trying my luck poking at folders in a random search. | ||