Annoying popper warning when you're using the bundle
See original GitHub issueI’m making an Angular app with Webpack. I am using boostrap.bundle.min.js
which already has popper
and because of that I removed the popper dependency. I know this isn’t that big of an issue but when another developer tries to rebuild my app, the first thing they say is always you're missing a dependency
. I’m guessing that this would create a bit of confusion for everyone using the bundle instead of both packages. Is there a plan to ship a second bootstrap package without the popper
dependency, but only with the bundle
script?
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (9 by maintainers)
Top Results From Across the Web
Popper.js not working when --download is used #65 - GitHub
I have problem with bootstrap configuration through importmaps, for some ... have a clear warning when non-single-file modules are loaded.
Read more >Tooltips - Bootstrap
Documentation and examples for adding custom Bootstrap tooltips with CSS and JavaScript using CSS3 for animations and data-attributes for local title storage.
Read more >Performance | Popper
"Tree-shaking" is the process of eliminating unused code from your bundles, which is achieved by bundlers such as webpack, Rollup and Parcel.
Read more >Party Popteenies ? Party Pack ? 6 Surprise Popper Bundle ...
Party Popteenies ? Party Pack ? 6 Surprise Popper Bundle with Confetti, Collectible Mini Dolls and Accessories, for Ages 4 and up (Styles...
Read more >laravel - DevTools failed to parse SourceMap error after login ...
If you use Laravel Mix, you can generate source maps by calling the mix.sourceMaps() method in your webpack.mix.js file.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I don’t think that’s true, we have a documentation which explain exactly how to work with Bootstrap using Webpack http://getbootstrap.com/docs/4.0/getting-started/webpack/
Seems to be a common problem with Popper undefined in Bootstrap Bundle - using Node with Sails.
Replaced bundle with standard and load popper.min.js prior to bootstrap.