handlebars-loader icon indicating copy to clipboard operation
handlebars-loader copied to clipboard

@index breaks and ../ levels changed by +1 in 1.4.0

Open stutrek opened this issue 9 years ago • 0 comments

My apologies for not having a minimal example, but here's what broke for me in 1.4.0

  • @index tried to include index.js at the project root. (next to node's package.json, not handlebars's root setting)
  • ../varName needed to be changed to ../../varName.

My fix was to peg to a previous version.

stutrek avatar Oct 26 '16 17:10 stutrek