Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #29471
Closed
Open
Issue created Oct 01, 2019 by Administrator@rootContributor

Recent commit breaks modularity

Created by: Algorithmus

Ever since this commit: https://github.com/twbs/bootstrap/commit/114a0ee193ffe7869c8369f25ef4dcc44929fbf5#diff-5160056bcd6d0f990ba7775663f6d27f

I have been unable to include bootstrap components in a modular way.

Instead of require('bootstrap') which includes every single module contained in bootstrap, I just want the modal: require('bootstrap/js/dist/modal.js') (or perhaps there's a better include I'm supposed to be using? I couldn't find it)

I'm using encore webpack, but it's unable to find the dependencies in js/dist/modal.js or the src one after this commit.

Assignee
Assign to
Time tracking