Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
f4a21323
Commit
f4a21323
authored
Nov 27, 2020
by
Tim Zallmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Treeshaking of Bootstrap Subcomponents
parent
a6eb1ea3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
+12
-0
config/webpack.config.js
config/webpack.config.js
+12
-0
No files found.
config/webpack.config.js
View file @
f4a21323
...
...
@@ -362,6 +362,18 @@ module.exports = {
new
webpack
.
ProvidePlugin
({
$
:
'
jquery
'
,
jQuery
:
'
jquery
'
,
Popper
:
[
'
popper.js
'
,
'
default
'
],
Alert
:
'
exports-loader?Alert!bootstrap/js/dist/alert
'
,
Button
:
'
exports-loader?Button!bootstrap/js/dist/button
'
,
Carousel
:
'
exports-loader?Carousel!bootstrap/js/dist/carousel
'
,
Collapse
:
'
exports-loader?Collapse!bootstrap/js/dist/collapse
'
,
Dropdown
:
'
exports-loader?Dropdown!bootstrap/js/dist/dropdown
'
,
Modal
:
'
exports-loader?Modal!bootstrap/js/dist/modal
'
,
Popover
:
'
exports-loader?Popover!bootstrap/js/dist/popover
'
,
Scrollspy
:
'
exports-loader?Scrollspy!bootstrap/js/dist/scrollspy
'
,
Tab
:
'
exports-loader?Tab!bootstrap/js/dist/tab
'
,
Tooltip
:
'
exports-loader?Tooltip!bootstrap/js/dist/tooltip
'
,
Util
:
'
exports-loader?Util!bootstrap/js/dist/util
'
,
}),
// if DLLs are enabled, detect whether the DLL exists and create it automatically if necessary
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment