Skip to content
GitLab
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
49ce5f3a
Commit
49ce5f3a
authored
7 years ago
by
XhmikosR
Committed by
GitHub
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Tweak bundlesize's targets. (#24203)
Separate CSS targets and tighten a couple others targets.
parent
2891dc14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
package.json
+22
-2
package.json
with
22 additions
and
2 deletions
+22
-2
package.json
+
22
-
2
View file @
49ce5f3a
...
@@ -135,12 +135,32 @@
...
@@ -135,12 +135,32 @@
],
],
"bundlesize"
:
[
"bundlesize"
:
[
{
{
"path"
:
"./dist/css/bootstrap*.css"
,
"path"
:
"./dist/css/bootstrap-grid.css"
,
"maxSize"
:
"5 kB"
},
{
"path"
:
"./dist/css/bootstrap-grid.min.css"
,
"maxSize"
:
"5 kB"
},
{
"path"
:
"./dist/css/bootstrap-reboot.css"
,
"maxSize"
:
"5 kB"
},
{
"path"
:
"./dist/css/bootstrap-reboot.min.css"
,
"maxSize"
:
"5 kB"
},
{
"path"
:
"./dist/css/bootstrap.css"
,
"maxSize"
:
"25 kB"
"maxSize"
:
"25 kB"
},
},
{
"path"
:
"./dist/css/bootstrap.min.css"
,
"maxSize"
:
"20 kB"
},
{
{
"path"
:
"./dist/js/bootstrap.bundle.js"
,
"path"
:
"./dist/js/bootstrap.bundle.js"
,
"maxSize"
:
"5
0
kB"
"maxSize"
:
"
4
5 kB"
},
},
{
{
"path"
:
"./dist/js/bootstrap.bundle.min.js"
,
"path"
:
"./dist/js/bootstrap.bundle.min.js"
,
...
...
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