Skip to content

Commit 6e2973e

Browse files
rsm23travoltron
authored andcommitted
Fixing popper.js loading
Fixing popper.js loading
1 parent 7962959 commit 6e2973e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap4-stubs/webpack.mix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ mix.autoload({
1515
jquery: ['$', 'window.jQuery', 'jQuery'],
1616
tether: ['window.Tether', 'Tether'],
1717
'tether-shepherd': ['Shepherd'],
18-
'popper.js/dist/umd/popper.js': ['Popper']
18+
'popper.js/dist/popper.js': ['Popper']
1919
})
2020
.js('resources/assets/js/app.js', 'public/js')
2121
.sass('resources/assets/sass/app.scss', 'public/css')

0 commit comments

Comments
 (0)