Posts for "webpack"
Webpack: hot reload for CSS modules
Ruslan PrytulaJanuary 16, 2017 8:02 PM
In this post, I'll show you a way to make hot reloading work for stylesheets in a non-React project with enabled CSS modules. By the way, it's going to be a hackish way to get things done :)
Notes About Differences in Plugin Micro Syntax Between Various ES6 Module Loaders
Oleksii RudenkoMay 5, 2015 7:55 PM
I've made a small research on how various module loaders handle non-js resources and template(hbs) files in particular. I've compared three of them: Webpack, AMD/RequireJS, the one JSPM relies on and the one ember-cli uses