I'm old school, so I downloaded the source code to 1.12.0 and then did the following:
<script src="/popper.js-1.12.0/dist/popper.js"></script>
<script src="/bootstrap-4.0.0-beta/dist/js/bootstrap.js"></script>
But I'm getting:
Uncaught SyntaxError: Unexpected token export
on line 2294
where it says:
export default Popper;