Dec 21, 2017 asset dev remote server stream url webpack Proxy Content from URL with Webpack Dev Server An application I'm working with has a large amount of static files (path starting with '/files/') deployed on a mounted volume
Jan 23, 2017 awesome font js load loader webpack Load FontAwesome Fonts with Webpack 2 TL;DR:: Add the (s)css dependency to your main (s)css file and specify where to find the fonts too. Then use the proper
Dec 16, 2016 electron javascript knex webpack Make Electron work with Knex.js To make my life easier (and because I hate writing SQL statements), I thought of installing an ORM. After some search, I've decided
Dec 3, 2016 angular javascript scss webpack Electron AppUse SCSS, Luke! Traditionally, I've been a LESS supporter. The way it does mixins for example seems to me more intuitive. However, I noticed that my
Dec 2, 2016 angular babel electron javascript webpack Electron and WebPack - Live Reloads I wanted to create a skeleton with Electron, Angular 2, capable of live reload while in development. I've settled on the following framework: