I tried to update to the newest version of popper today. My old version was 1.0.6. In the newest version of popper, the compiled es5 Version of Popper seems to be gone (With Ticket https://github.com/FezVrasta/popper.js/pull/220) and replaced by an umd and an esm build.
When I use the esm version of popperjs in my build, my gulp-uglify breaks.
Build Stack issues cannot be showcased on codepen.
There is a compiled es5 version of popperjs next to the esm / umd / es6 versions
The current behaviour is, that popper.js does not get included because of the above problem.
The old ES5 version is now called UMD (since now both UMD and ESM are transpiled to ES5).
If you want the ES6 version, it's in /dist/index.js
Ah yeah, now it works.. thanks for that blazing fast anwer..
Most helpful comment
The old ES5 version is now called UMD (since now both UMD and ESM are transpiled to ES5).
If you want the ES6 version, it's in
/dist/index.js