Results 138 comments of Paul Falgout

I dunno that webpack does _that_ much more out of the box that is useful to libraries. It does bake in some plugins.. consequently.. if we stick with uglify, webpack...

saw this today: https://github.com/kriasoft/babel-starter-kit

FWIW I successfully made the switch to [`gulp-babel-istanbul`](https://github.com/cb1kenobi/gulp-babel-istanbul) on one project after having an isparta issue.

here's a specific example. Pretty easy switch. https://github.com/RoundingWellOS/marionette.toolkit/commit/55993bd656f3921571e198396ac8db739e7d24b3

So this does work, but I find I have to add a `wait(5000)` prior to the `then` otherwise getting the iframe contents will be the `about:blank` while the frame is...

ok that was the direction I was headed :+1:

This is what I ended up doing. Seems to work rather well. You _can_ alias the `iframe()` method, but if anything in the iframe loads another URL you have to...

@jusefb So for the same reason an async load is needed to wait until the iframe contents resolve, if the contents of the iframe changes urls (not the #hash but...

FWIW on a datagrid if this is set to true it'll clear out the related data on a submission set at instantiation