handlebars-loader
handlebars-loader copied to clipboard
@index breaks and ../ levels changed by +1 in 1.4.0
My apologies for not having a minimal example, but here's what broke for me in 1.4.0
@indextried to include index.js at the project root. (next to node's package.json, not handlebars's root setting)../varNameneeded to be changed to../../varName.
My fix was to peg to a previous version.