Evan Verworn
Evan Verworn
I think @s-a means that is closes the app and doesn't open a link in your browser. At least that's what's happening to me.
To add to my comment, if I run with `--keep-open` the browser does open the link.
/cc @ThatOneBro I see you recently touched this via https://github.com/oven-sh/bun/pull/1606
I'll add that even if I append a `setTimeout(_ => {}, 10000)` the same problem persists.
The Navbar component also throws errors
Just a note that it seems to be your [`NodeList`](https://github.com/yuche/vue-strap/blob/1ee402f0c2718b84163e9de402a5f574d4302315/src/utils/NodeList.js#L229) implementation. And it throws an exception when `this = [ window ]`. Changing the above linked line to a traditional...
I was using windows 8.1 IE 11. And I realize that you're using babel however to my knowledge to use this type of for loop across all browsers requires ~~'babel-core/polyfill'~~...
Yup. Just confirmed doing ``` bash npm install --save-dev babel-polyfill ``` and changing my webpack config entry to ``` javascript entry: [ 'babel-polyfill', path.resolve('js', 'app', 'my.app.js'), ], ``` makes my...
I mean, the vue-strap docs are still borked in IE11 (navbar dropdown not working) but it's at least showing up.
by accepting the pull request the output will increase in size by roughly 85kb. A task should probably follow to then remove this dependency in the future by converting all...