shadow-cljs is a ClojureScript compiler which friendly to JavaScript developers. By default, ClojureScript code is compiled to JavaScript in Google Closure Compiler modules, which uses namespaces to manage files(or modules). However, nowadays the JavaS… Read more
Similar
Recently, when we check our javascript error logs, we notice that there are several issues which are related to the “old browser” like The approach one seems adding more complex into our project, we… (more…)
Read more »
This is a quick tutorial on how to set webpack aliases in a vue js project. With webpack aliases we can greatly simplify imports in our vue projects. (more…)
Read more »
Every company and every project have different requirements, and configuring webpack to meet all of these needs, whilst still using best practices for serving assets and keeping the developer… (more…)
Read more »
The build system that I had inherited for the International Cancer Genome Consortium’s Data Portal was fairly modern when the project first… (more…)
Read more »
One of the signature features of webpack is its use of the “dependency graph” to manage and bundle assets. However, each resource that is loaded into webpack must be treated as JavaScript. Until now. (more…)
Read more »