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
  • Merge requests
  • !22888

Better modularization of our plugins

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Administrator requested to merge webpack into v4-dev Jun 22, 2017
  • Overview 0
  • Commits 9
  • Pipelines 0
  • Changes 71

Created by: Johann-S

This PR will allow folks to import only modules they want to use for example :

import { Util, Modal } from 'bootstrap'

This PR introduce the use of rollup and add two new dist files :

  • bootstrap.bundle.js
  • bootstrap.bundle.min.js

This two files include Popper.js so when you include those files in your HTML pages you don't have to include Popper.js before Bootstrap.

/CC @mdo @petetnt @bardiharborow @hnrch02 Close: #19017 (closed), #22783 (closed)

Edit : /CC @IdanCo if they are something to change in our webpack get started example I know the branch of this PR is webpack but finally rollup allow us to have smalls dist files

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: webpack