[modern/performance] Simplify Vector styles

Bundlesize drops as a result of no longer loading the legacy
code.

Bug: T278896
Change-Id: Ib992dd19356e563af356a616055ac297f9ad0b02
This commit is contained in:
jdlrobson 2021-03-30 15:09:54 -07:00 committed by Jdlrobson
parent 4050aaa645
commit 4a93c706b6
2 changed files with 6 additions and 3 deletions

View File

@ -5,7 +5,7 @@
},
{
"resourceModule": "skins.vector.styles",
"maxSize": "11 kB"
"maxSize": "9 kB"
},
{
"resourceModule": "skins.vector.legacy.js",

View File

@ -126,9 +126,12 @@
"features": {
"normalize": true,
"elements": true,
"content": true,
"content-media": true,
"interface": true,
"legacy": true
"interface-category": true,
"i18n-ordered-lists": true,
"i18n-all-lists-margins": true,
"i18n-headings": true
},
"targets": [
"desktop",