I've just updated bootstrap-vue to 0.17.0 and when I run the project an error is thrown:
"Uncaught TypeError: t.includes is not a function", pointing to bootstrap-vue.esm.js.
In the /dist/bootstrap-vue.esm.js this is the only occurrence of t.includes:
function omitLinkProps() {
for (var t = [], e = arguments.length; e--;) t[e] = arguments[e];
return Object.keys(props).reduce(function(e, n) {
return t.includes(n) || (e[n] = props[n]), e
}, {})
TypeError: undefined is not a constructor (evaluating 'Object.assign(i("href","to"),{href:{type:O.href.type},to:{type:O.to.type}})')