Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
ff4c35f5
Unverified
Commit
ff4c35f5
authored
6 years ago
by
XhmikosR
Committed by
GitHub
6 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Tighten bundlesize limits. (#28012)
parent
39b76861
1 merge request
!28721
Hot test
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+7
-7
package.json
with
7 additions
and
7 deletions
+7
-7
package.json
+
7
-
7
View file @
ff4c35f5
...
...
@@ -166,19 +166,19 @@
},
{
"path"
:
"./dist/css/bootstrap-reboot.css"
,
"maxSize"
:
"
3
kB"
"maxSize"
:
"
2
kB"
},
{
"path"
:
"./dist/css/bootstrap-reboot.min.css"
,
"maxSize"
:
"
3
kB"
"maxSize"
:
"
2
kB"
},
{
"path"
:
"./dist/css/bootstrap.css"
,
"maxSize"
:
"25
.5
kB"
"maxSize"
:
"25 kB"
},
{
"path"
:
"./dist/css/bootstrap.min.css"
,
"maxSize"
:
"23
.5
kB"
"maxSize"
:
"23 kB"
},
{
"path"
:
"./dist/js/bootstrap.bundle.js"
,
...
...
@@ -186,15 +186,15 @@
},
{
"path"
:
"./dist/js/bootstrap.bundle.min.js"
,
"maxSize"
:
"2
5
kB"
"maxSize"
:
"2
1
kB"
},
{
"path"
:
"./dist/js/bootstrap.js"
,
"maxSize"
:
"2
3
kB"
"maxSize"
:
"2
2.5
kB"
},
{
"path"
:
"./dist/js/bootstrap.min.js"
,
"maxSize"
:
"15 kB"
"maxSize"
:
"1
4.
5 kB"
}
],
"jspm"
:
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets