added browser to package.json, resolves #1102#1540
added browser to package.json, resolves #1102#1540nknapp merged 1 commit intohandlebars-lang:4.xfrom
Conversation
|
Released in 4.1.2-0 and 4.2.0 |
|
I have released this change with a pre-release version so that people can test it before it becomes a real release. |
|
@ouijan have you been able to test this fix with your setup? I am a bit irritated because @kpdecker gave it the milestone 5.0.0. This might indicate a breaking change which means somebody's build will break when I release it in the next patch version. I actually think about delaying this until we have some proper integration tests set up for various build scenarios. That said: Could you provide a minimal setup that reflects the way you are using Handlebars? (package.json, webpack-config etc, something that will load, compile and run a simple template) I am currently setting up a framework for that purpose in the main repository. |
|
Hey @nknapp. I set up these to example intellisense failing to resolve handlebars. I'm not familiar with stackblitz but in our codebase this error causes compilation to fail as well. I'll have a play and see if I can get this reflected in these stackblitz examples too.
|
|
There are no typings included in version 4.0.x This may be the problem. Btw. This PR is included in 4.2.0, not 4.1.2, I don't know why |
|
You can try to include an integration test in the integration-testing directory. |
Before creating a pull-request, please check https://github.com/wycats/handlebars.js/blob/master/CONTRIBUTING.md first.
Generally we like to see pull requests that
4.x-branch contains the latest version. Please target that branch in the PR.