mirror of
https://github.com/bitwarden/server
synced 2025-12-18 17:23:28 +00:00
use umd dist of popper
This commit is contained in:
@@ -46,7 +46,7 @@ gulp.task('lib', ['clean:lib'], () => {
|
|||||||
dest: paths.libDir + 'bootstrap/js'
|
dest: paths.libDir + 'bootstrap/js'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
src: paths.npmDir + 'popper.js/dist/*',
|
src: paths.npmDir + 'popper.js/dist/umd/*',
|
||||||
dest: paths.libDir + 'popper'
|
dest: paths.libDir + 'popper'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user