Steve Chikwaya
Results
2
issues of
Steve Chikwaya
In version 1.0.2, we were able to specify an array of `knownHelpers` along with the `helperDirs` like so: ``` js { test: /\.hbs$/, loader: 'handlebars-loader', query: { helperDirs: [path.join(__dirname, 'src/templates/helpers')],...
I am half way through making ES6 changes such as using fat arrow functions in place of `_this`. A few questions before I move forward (should have asked before embarking...