1
0
mirror of https://github.com/NickKaramoff/shareon synced 2025-02-03 01:08:13 +01:00

Add size-limit for CSS

This commit is contained in:
Nikita Karamov 2020-03-25 22:45:38 +01:00
parent b3746de13a
commit d9a2723d7d
No known key found for this signature in database
GPG Key ID: E40DFE6E993540FF

View File

@ -70,6 +70,11 @@
"./dist/shareon.cjs",
"./dist/shareon.mjs"
]
},
{
"limit": "2 KB",
"path": "./dist/shareon.css",
"webpack": false
}
]
}