John Stewart

Results 11 comments of John Stewart

@osmestad thanks for the PR! I'd like to merge this in but was wondering if you could add a new section to the readme documenting this workaround and what is...

I'd rather keep the original examples as is and move this to another example. Then from the readme just a few sentence description on this would be helpful with a...

I haven't tried that approach. I was trying to understand at it's basic level without doing really any browser workarounds if it was possible and wanted to document that. That...

Hmm, I'll try again this morning. Thanks for taking a look!

I recloned it and it looks like I'm still getting the error. ![screen shot 2018-09-20 at 1 05 11 pm](https://user-images.githubusercontent.com/2146973/45834771-06542080-bcd6-11e8-91ad-fbe803acc294.png) Here is how I'm using it: ```js import { spawn...

Hey just following up here. This was the output of my latest attempt. ```html Webpack App var script0 = document.createElement('script'); script0.type = 'text/javascript'; script0.src = 'index_legacy.js'; document.body.appendChild(script0); ``` It looks...

Agree with @Aaronius that it'd be great if there was some clarity around the use cases listed in his issue comment. Since this is the data layer is an array...

Okay, so my workaround was to copy all the code around `storefrontRedirect` and modify it to check if there's a slash at the end and remove it to query for...