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 »
This is the website of Iheanyi Ekechukwu, a Product Engineer based in New York City. (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 »
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 »
Webpack no longer automatically polyfills Node.js APIs. This is a huge breaking change and will inconvenience users & package maintainers. (more…)
Read more »