Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit ae59c8a

Browse files
committed
Update popper.js setup.
1 parent 806c218 commit ae59c8a

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

public/js/app.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/js/font-awesome.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

resources/assets/js/bootstrap.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11

2-
32
window._ = require('lodash');
4-
5-
window.Popper = require('popper.js/dist/umd/popper');
3+
window.Popper = require('popper.js').default;
64

75
/**
86
* We'll load jQuery and the Bootstrap jQuery plugin which provides support

0 commit comments

Comments
 (0)